* @brief Sets in the Query object the vendor name to search for. * @param [in] strVendor Vendor Name. */
| 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. |
nothing calls this directly
no test coverage detected