Public Member Functions

xn::ScriptNode Class Reference
[C++ Reference]

#include <XnCppWrapper.h>

Inheritance diagram for xn::ScriptNode:
Inheritance graph
[legend]

List of all members.

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)

Detailed Description

Represents a Script node.


Constructor & Destructor Documentation

xn::ScriptNode::ScriptNode ( XnNodeHandle  hNode = NULL  )  [inline]

Ctor

Parameters:
hNode [in] Node handle
xn::ScriptNode::ScriptNode ( const NodeWrapper other  )  [inline]

Member Function Documentation

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]

The documentation for this class was generated from the following file: