OpenNI 1.3.2
|
#include <XnCppWrapper.h>
Public Member Functions | |
ScriptNode (XnNodeHandle hNode=NULL) | |
ScriptNode (const NodeWrapper &other) | |
const XnChar * | GetSupportedFormat () |
XnStatus | LoadScriptFromFile (const XnChar *strFileName) |
XnStatus | LoadScriptFromString (const XnChar *strScript) |
XnStatus | Run (EnumerationErrors *pErrors) |
Represents a Script node.
xn::ScriptNode::ScriptNode | ( | XnNodeHandle | hNode = NULL | ) | [inline] |
Ctor
hNode | [in] Node handle |
xn::ScriptNode::ScriptNode | ( | const NodeWrapper & | other | ) | [inline] |
const XnChar* xn::ScriptNode::GetSupportedFormat | ( | ) | [inline] |
XnStatus xn::ScriptNode::LoadScriptFromFile | ( | const XnChar * | strFileName | ) | [inline] |
XnStatus xn::ScriptNode::LoadScriptFromString | ( | const XnChar * | strScript | ) | [inline] |
XnStatus xn::ScriptNode::Run | ( | EnumerationErrors * | pErrors | ) | [inline] |