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

Method LoadScriptFromString

Include/XnCppWrapper.h:8390–8393  ·  view source on GitHub ↗

* @brief Loads an XML script string into the ScriptNode object. * * @param [in] strScript String containing an XML script. */

Source from the content-addressed store, hash-verified

8388 * @param [in] strScript String containing an XML script.
8389 */
8390 inline XnStatus LoadScriptFromString(const XnChar* strScript)
8391 {
8392 return xnLoadScriptFromString(GetHandle(), strScript);
8393 }
8394
8395 /**
8396 * @brief Runs the ScriptNode object's XML script to build a production graph.

Calls 2

xnLoadScriptFromStringFunction · 0.85
GetHandleFunction · 0.85

Tested by

no test coverage detected