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

Method OnNodeNewData

Source/OpenNI/XnPlayerImpl.cpp:476–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476XnStatus XN_CALLBACK_TYPE PlayerImpl::OnNodeNewData(void* pCookie, const XnChar* strNodeName, XnUInt64 nTimeStamp, XnUInt32 nFrame, const void* pData, XnUInt32 nSize)
477{
478 XN_VALIDATE_INPUT_PTR(pCookie);
479 PlayerImpl* pThis = (PlayerImpl*)pCookie;
480 return pThis->SetNodeNewData(strNodeName, nTimeStamp, nFrame, pData, nSize);
481}
482
483XnStatus PlayerImpl::AddNode(const XnChar* strNodeName, XnProductionNodeType type, XnCodecID /*compression*/)
484{

Callers 3

SetRawNodeNewDataMethod · 0.45
WatchMethod · 0.45

Calls 1

SetNodeNewDataMethod · 0.80

Tested by

no test coverage detected