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

Method LoadScriptFromFile

Source/OpenNI/XnXmlScriptNode.cpp:930–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

928}
929
930XnStatus XnXmlScriptNode::LoadScriptFromFile(const XnChar* strFileName)
931{
932 return xnXmlLoadDocument(m_doc, strFileName);
933}
934
935XnStatus XnXmlScriptNode::LoadScriptFromString(const XnChar* strScript)
936{

Callers 1

xnLoadScriptFromFileFunction · 0.45

Calls 1

xnXmlLoadDocumentFunction · 0.85

Tested by

no test coverage detected