![]() |
OpenNI 1.5.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 | Create (Context &context, const XnChar *strFormat) |
| 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] |
| XnStatus xn::ScriptNode::Create | ( | Context & | context, |
| const XnChar * | strFormat | ||
| ) | [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] |
1.7.6.1