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

Function xnNodeQuerySetCreationInfo

Source/OpenNI/XnQueries.cpp:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165XN_C_API XnStatus xnNodeQuerySetCreationInfo(XnNodeQuery* pQuery, const XnChar* strCreationInfo)
166{
167 XN_VALIDATE_INPUT_PTR(pQuery);
168 XN_VALIDATE_INPUT_PTR(strCreationInfo);
169 strncpy(pQuery->strCreationInfo, strCreationInfo, sizeof(pQuery->strCreationInfo));
170 return (XN_STATUS_OK);
171}
172
173static XnBool xnIsInstanceInTree(XnNodeInfo* pNodeInfo, const XnChar* strInstanceName)
174{

Calls

no outgoing calls

Tested by

no test coverage detected