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

Function xnNodeQuerySetMaxVersion

Source/OpenNI/XnQueries.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112XN_C_API XnStatus xnNodeQuerySetMaxVersion(XnNodeQuery* pQuery, const XnVersion* pMaxVersion)
113{
114 XN_VALIDATE_INPUT_PTR(pQuery);
115 XN_VALIDATE_INPUT_PTR(pMaxVersion);
116 xnOSMemCopy(&pQuery->MaxVersion, pMaxVersion, sizeof(XnVersion));
117 return (XN_STATUS_OK);
118}
119
120XN_C_API XnStatus xnNodeQueryAddSupportedCapability(XnNodeQuery* pQuery, const XnChar* strNeededCapability)
121{

Callers 3

SetMaxVersionMethod · 0.85
xnXmlReadQueryFunction · 0.85

Calls 1

xnOSMemCopyFunction · 0.50

Tested by

no test coverage detected