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

Method OnNodeIntPropChanged

Source/OpenNI/XnPlayerImpl.cpp:441–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441XnStatus XN_CALLBACK_TYPE PlayerImpl::OnNodeIntPropChanged(void* pCookie, const XnChar* strNodeName, const XnChar* strPropName, XnUInt64 nValue)
442{
443 XN_VALIDATE_INPUT_PTR(pCookie);
444 PlayerImpl* pThis = (PlayerImpl*)pCookie;
445 return pThis->SetNodeIntProp(strNodeName, strPropName, nValue);
446}
447
448XnStatus XN_CALLBACK_TYPE PlayerImpl::OnNodeRealPropChanged(void* pCookie, const XnChar* strNodeName, const XnChar* strPropName, XnDouble dValue)
449{

Calls 1

SetNodeIntPropMethod · 0.80

Tested by

no test coverage detected