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

Function xnNodeQuerySetExistingNodeOnly

Source/OpenNI/XnQueries.cpp:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143XN_C_API XnStatus xnNodeQuerySetExistingNodeOnly(XnNodeQuery* pQuery, XnBool bExistingNode)
144{
145 XN_VALIDATE_INPUT_PTR(pQuery);
146 pQuery->bExistingNodeOnly = bExistingNode;
147 return (XN_STATUS_OK);
148}
149
150XN_C_API XnStatus XN_C_DECL xnNodeQuerySetNonExistingNodeOnly(XnNodeQuery* pQuery, XnBool bNonExistingNode)
151{

Calls

no outgoing calls

Tested by

no test coverage detected