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

Function xnNodeQuerySetSupportedMinUserPositions

Source/OpenNI/XnQueries.cpp:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136XN_C_API XnStatus xnNodeQuerySetSupportedMinUserPositions(XnNodeQuery* pQuery, const XnUInt32 nCount)
137{
138 XN_VALIDATE_INPUT_PTR(pQuery);
139 pQuery->nMinUserPositions = nCount;
140 return (XN_STATUS_OK);
141}
142
143XN_C_API XnStatus xnNodeQuerySetExistingNodeOnly(XnNodeQuery* pQuery, XnBool bExistingNode)
144{

Calls

no outgoing calls

Tested by

no test coverage detected