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

Function xnStartGenerating

Source/OpenNI/XnOpenNI.cpp:3495–3499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3493}
3494
3495XN_C_API XnStatus xnStartGenerating(XnNodeHandle hInstance)
3496{
3497 XN_VALIDATE_INTERFACE_TYPE(hInstance, XN_NODE_TYPE_GENERATOR);
3498 return xnStartGeneratingTreeImpl(hInstance->pNodeInfo);
3499}
3500
3501XN_C_API XnBool xnIsGenerating(XnNodeHandle hInstance)
3502{

Calls 1

Tested by

no test coverage detected