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

Function xnNodeQuerySetVendor

Source/OpenNI/XnQueries.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88XN_C_API XnStatus xnNodeQuerySetVendor(XnNodeQuery* pQuery, const XnChar* strVendor)
89{
90 XN_VALIDATE_INPUT_PTR(pQuery);
91 XN_VALIDATE_INPUT_PTR(strVendor);
92 strncpy(pQuery->strVendor, strVendor, XN_MAX_NAME_LENGTH);
93 return (XN_STATUS_OK);
94}
95
96XN_C_API XnStatus xnNodeQuerySetName(XnNodeQuery* pQuery, const XnChar* strName)
97{

Callers 3

SetVendorMethod · 0.85
xnXmlReadQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected