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

Method SetRawNodeNewData

Source/OpenNI/XnRecorderImpl.cpp:266–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266XnStatus RecorderImpl::SetRawNodeNewData(const XnChar* strNodeName, XnUInt64 nTimeStamp, XnUInt32 nFrame, const void* pData, XnUInt32 nSize)
267{
268 if (!IsRawNode(strNodeName))
269 {
270 xnLogWarning(XN_MASK_OPEN_NI, "There is no node by the name of '%s'", strNodeName);
271 XN_ASSERT(FALSE);
272 return XN_STATUS_NO_MATCH;
273 }
274
275 return Notifications().OnNodeNewData(ModuleHandle(), strNodeName, nTimeStamp, nFrame, pData, nSize);
276}
277
278XnStatus RecorderImpl::RemoveNodeImpl(ProductionNode &node)
279{

Callers

nothing calls this directly

Calls 1

OnNodeNewDataMethod · 0.45

Tested by

no test coverage detected