#include <XnModuleCppInterface.h>
Public Member Functions | |
| virtual XnStatus | Create (Context &context, const XnChar *strInstanceName, const XnChar *strCreationInfo, NodeInfoList *pNeededTrees, const XnChar *strConfigurationDir, ModuleProductionNode **ppInstance)=0 |
| virtual void | Destroy (ModuleProductionNode *pInstance)=0 |
| virtual XnStatus | EnumerateProductionTrees (Context &context, NodeInfoList &TreesList, EnumerationErrors *pErrors)=0 |
| virtual void | GetDescription (XnProductionNodeDescription *pDescription)=0 |
| ModuleExportedProductionNode () | |
| virtual | ~ModuleExportedProductionNode () |
Definition at line 86 of file XnModuleCppInterface.h.
Definition at line 89 of file XnModuleCppInterface.h.
| virtual xn::ModuleExportedProductionNode::~ModuleExportedProductionNode | ( | ) | [inline, virtual] |
Definition at line 90 of file XnModuleCppInterface.h.
| virtual XnStatus xn::ModuleExportedProductionNode::Create | ( | Context & | context, |
| const XnChar * | strInstanceName, | ||
| const XnChar * | strCreationInfo, | ||
| NodeInfoList * | pNeededTrees, | ||
| const XnChar * | strConfigurationDir, | ||
| ModuleProductionNode ** | ppInstance | ||
| ) | [pure virtual] |
| virtual void xn::ModuleExportedProductionNode::Destroy | ( | ModuleProductionNode * | pInstance | ) | [pure virtual] |
| virtual XnStatus xn::ModuleExportedProductionNode::EnumerateProductionTrees | ( | Context & | context, |
| NodeInfoList & | TreesList, | ||
| EnumerationErrors * | pErrors | ||
| ) | [pure virtual] |
| virtual void xn::ModuleExportedProductionNode::GetDescription | ( | XnProductionNodeDescription * | pDescription | ) | [pure virtual] |