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

Function xnGetFrameID

Source/OpenNI/XnOpenNI.cpp:3624–3630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3622}
3623
3624XN_C_API XnUInt32 xnGetFrameID(XnNodeHandle hInstance)
3625{
3626 XN_VALIDATE_INTERFACE_TYPE_RET(hInstance, XN_NODE_TYPE_GENERATOR, (XnUInt32)-1);
3627 XnGeneratorInterfaceContainer* pInterface = (XnGeneratorInterfaceContainer*)hInstance->pModuleInstance->pLoaded->pInterface;
3628 XnModuleNodeHandle hModuleNode = hInstance->pModuleInstance->hNode;
3629 return pInterface->Generator.GetFrameID(hModuleNode);
3630}
3631
3632//---------------------------------------------------------------------------
3633// Recorder

Callers 3

GetFrameIDMethod · 0.85
xnUpdateOutputMetaDataFunction · 0.85

Calls 1

GetFrameIDMethod · 0.45

Tested by

no test coverage detected