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

Method OnNodeAdded

Source/OpenNI/XnPlayerImpl.cpp:427–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427XnStatus XN_CALLBACK_TYPE PlayerImpl::OnNodeAdded(void* pCookie, const XnChar* strNodeName, XnProductionNodeType type, XnCodecID compression)
428{
429 XN_VALIDATE_INPUT_PTR(pCookie);
430 PlayerImpl* pThis = (PlayerImpl*)pCookie;
431 return pThis->AddNode(strNodeName, type, compression);
432}
433
434XnStatus XN_CALLBACK_TYPE PlayerImpl::OnNodeRemoved(void* pCookie, const XnChar* strNodeName)
435{

Callers 3

AddRawNodeMethod · 0.45
NotifyNodeAddedMethod · 0.45

Calls 1

AddNodeMethod · 0.45

Tested by

no test coverage detected