![]() |
OpenNI 1.5.7
|
Functions | |
XN_C_API XnStatus XN_C_DECL | xnCreateScriptNode (XnContext *pContext, const XnChar *strFormat, XnNodeHandle *phScript) |
XN_C_API const XnChar *XN_C_DECL | xnScriptNodeGetSupportedFormat (XnNodeHandle hScript) |
XN_C_API XnStatus XN_C_DECL | xnLoadScriptFromFile (XnNodeHandle hScript, const XnChar *strFileName) |
XN_C_API XnStatus XN_C_DECL | xnLoadScriptFromString (XnNodeHandle hScript, const XnChar *strScript) |
XN_C_API XnStatus XN_C_DECL | xnScriptNodeRun (XnNodeHandle hScript, XnEnumerationErrors *pErrors) |
A Script node is a Production Node that allows running scripts, and acts as a lifetime manager for nodes created by that script.
XN_C_API XnStatus XN_C_DECL xnCreateScriptNode | ( | XnContext * | pContext, |
const XnChar * | strFormat, | ||
XnNodeHandle * | phScript ) |
XN_C_API XnStatus XN_C_DECL xnLoadScriptFromFile | ( | XnNodeHandle | hScript, |
const XnChar * | strFileName ) |
XN_C_API XnStatus XN_C_DECL xnLoadScriptFromString | ( | XnNodeHandle | hScript, |
const XnChar * | strScript ) |
XN_C_API const XnChar *XN_C_DECL xnScriptNodeGetSupportedFormat | ( | XnNodeHandle | hScript | ) |
XN_C_API XnStatus XN_C_DECL xnScriptNodeRun | ( | XnNodeHandle | hScript, |
XnEnumerationErrors * | pErrors ) |