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

Function xnCreateUserGenerator

Source/OpenNI/XnOpenNI.cpp:5366–5373  ·  view source on GitHub ↗

--------------------------------------------------------------------------- User Generators ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

5364// User Generators
5365//---------------------------------------------------------------------------
5366XN_C_API XnStatus xnCreateUserGenerator(
5367 XnContext* pContext,
5368 XnNodeHandle* phUserGenerator,
5369 XnNodeQuery* pQuery,
5370 XnEnumerationErrors* pErrors)
5371{
5372 return xnCreateAnyProductionTree(pContext, XN_NODE_TYPE_USER, pQuery, phUserGenerator, pErrors);
5373}
5374
5375XN_C_API XnUInt16 xnGetNumberOfUsers(XnNodeHandle hInstance)
5376{

Callers 2

CreateMethod · 0.85

Calls 1

Tested by

no test coverage detected