MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / SetVendor

Method SetVendor

Include/XnCppWrapper.h:2005–2008  ·  view source on GitHub ↗

* @brief Sets in the Query object the vendor name to search for. * @param [in] strVendor Vendor Name. */

Source from the content-addressed store, hash-verified

2003 * @param [in] strVendor Vendor Name.
2004 */
2005 inline XnStatus SetVendor(const XnChar* strVendor)
2006 {
2007 return xnNodeQuerySetVendor(m_pQuery, strVendor);
2008 }
2009
2010 /**
2011 * @brief Sets in the Query object the implementation name to search for.

Callers

nothing calls this directly

Calls 1

xnNodeQuerySetVendorFunction · 0.85

Tested by

no test coverage detected