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

Function xnGetGeneralIntValue

Source/OpenNI/XnOpenNI.cpp:3113–3119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3111}
3112
3113XN_C_API XnStatus xnGetGeneralIntValue(XnNodeHandle hInstance, const XnChar* strCap, XnInt32* pnValue)
3114{
3115 XnProductionNodeInterfaceContainer* pInterface = hInstance->pModuleInstance->pLoaded->pInterface;
3116 XnModuleNodeHandle hModuleNode = hInstance->pModuleInstance->hNode;
3117 XN_VALIDATE_FUNC_PTR(pInterface->GeneralInt.Get);
3118 return pInterface->GeneralInt.Get(hModuleNode, strCap, pnValue);
3119}
3120
3121XN_C_API XnStatus xnSetGeneralIntValue(XnNodeHandle hInstance, const XnChar* strCap, XnInt32 nValue)
3122{

Callers 2

GetMethod · 0.85

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected