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

Method LoadScriptFromFile

Include/XnCppWrapper.h:8380–8383  ·  view source on GitHub ↗

* @brief Loads an XML script file into the ScriptNode object. * * @param [in] strFileName Name of file containing an XML script. */

Source from the content-addressed store, hash-verified

8378 * @param [in] strFileName Name of file containing an XML script.
8379 */
8380 inline XnStatus LoadScriptFromFile(const XnChar* strFileName)
8381 {
8382 return xnLoadScriptFromFile(GetHandle(), strFileName);
8383 }
8384
8385 /**
8386 * @brief Loads an XML script string into the ScriptNode object.

Calls 2

xnLoadScriptFromFileFunction · 0.85
GetHandleFunction · 0.85

Tested by

no test coverage detected