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

Method Run

Source/OpenNI/XnXmlScriptNode.cpp:947–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945}
946
947XnStatus XnXmlScriptNode::Run(xn::NodeInfoList& createdNodes, xn::EnumerationErrors& errors)
948{
949 return RunXmlScriptImpl(m_context.GetUnderlyingObject(), &m_doc, createdNodes.GetUnderlyingObject(), errors.GetUnderlying());
950}

Callers 1

xnScriptNodeRunImplFunction · 0.45

Calls 3

RunXmlScriptImplFunction · 0.85
GetUnderlyingObjectMethod · 0.45
GetUnderlyingMethod · 0.45

Tested by

no test coverage detected