#include <XnModuleCppInterface.h>
|
| virtual | ~ModuleScriptNode () |
| virtual const XnChar * | GetSupportedFormat ()=0 |
| virtual XnStatus | LoadScriptFromFile (const XnChar *strFileName)=0 |
| virtual XnStatus | LoadScriptFromString (const XnChar *strScript)=0 |
| virtual XnStatus | Run (NodeInfoList &createdNodes, EnumerationErrors &errors)=0 |
| virtual | ~ModuleProductionNode () |
| virtual XnBool | IsCapabilitySupported (const XnChar *) |
| virtual XnStatus | SetIntProperty (const XnChar *, XnUInt64) |
| virtual XnStatus | SetRealProperty (const XnChar *, XnDouble) |
| virtual XnStatus | SetStringProperty (const XnChar *, const XnChar *) |
| virtual XnStatus | SetGeneralProperty (const XnChar *, XnUInt32, const void *) |
| virtual XnStatus | GetIntProperty (const XnChar *, XnUInt64 &) const |
| virtual XnStatus | GetRealProperty (const XnChar *, XnDouble &) const |
| virtual XnStatus | GetStringProperty (const XnChar *, XnChar *, XnUInt32) const |
| virtual XnStatus | GetGeneralProperty (const XnChar *, XnUInt32, void *) const |
| virtual ModuleExtendedSerializationInterface * | GetExtendedSerializationInterface () |
| virtual ModuleLockAwareInterface * | GetLockAwareInterface () |
| virtual ModuleErrorStateInterface * | GetErrorStateInterface () |
| virtual ModuleGeneralIntInterface * | GetGeneralIntInterface (const XnChar *) |
◆ ~ModuleScriptNode()
| virtual xn::ModuleScriptNode::~ModuleScriptNode |
( |
| ) |
|
|
inlinevirtual |
◆ GetSupportedFormat()
| virtual const XnChar * xn::ModuleScriptNode::GetSupportedFormat |
( |
| ) |
|
|
pure virtual |
◆ LoadScriptFromFile()
| virtual XnStatus xn::ModuleScriptNode::LoadScriptFromFile |
( |
const XnChar * | strFileName | ) |
|
|
pure virtual |
◆ LoadScriptFromString()
| virtual XnStatus xn::ModuleScriptNode::LoadScriptFromString |
( |
const XnChar * | strScript | ) |
|
|
pure virtual |
◆ Run()
The documentation for this class was generated from the following file: