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

Method NotifyNodeAdded

Source/OpenNI/XnRecorderImpl.cpp:313–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313XnStatus RecorderImpl::NotifyNodeAdded(XnNodeHandle hNode, XnProductionNodeType type, XnCodecID compression)
314{
315 return Notifications().OnNodeAdded(ModuleHandle(), xnGetNodeName(hNode), type, compression);
316}
317
318XnStatus RecorderImpl::NotifyNodeRemoved(XnNodeHandle hNode)
319{

Callers

nothing calls this directly

Calls 2

xnGetNodeNameFunction · 0.85
OnNodeAddedMethod · 0.45

Tested by

no test coverage detected