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

Function xnNodeQuerySetNonExistingNodeOnly

Source/OpenNI/XnQueries.cpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150XN_C_API XnStatus XN_C_DECL xnNodeQuerySetNonExistingNodeOnly(XnNodeQuery* pQuery, XnBool bNonExistingNode)
151{
152 XN_VALIDATE_INPUT_PTR(pQuery);
153 pQuery->bNonExistingNodeOnly = bNonExistingNode;
154 return (XN_STATUS_OK);
155}
156
157XN_C_API XnStatus xnNodeQueryAddNeededNode(XnNodeQuery* pQuery, const XnChar* strInstanceName)
158{

Calls

no outgoing calls

Tested by

no test coverage detected