#include <XnModuleCppInterface.h>
Public Member Functions | |
| XnStatus | AddExportedNode (XnModuleGetExportedInterfacePtr pEntryPoint) |
| XnStatus | GetExportedNodes (XnModuleGetExportedInterfacePtr *aEntryPoints, XnUInt32 nCount) |
| XnUInt32 | GetExportedNodesCount () |
| virtual XnStatus | Load () |
| Module () | |
| virtual void | Unload () |
| virtual | ~Module () |
Private Attributes | |
| ExportedNodesList | m_ExportedNodes |
Definition at line 51 of file XnModuleCppInterface.h.
| xn::Module::Module | ( | ) | [inline] |
Definition at line 54 of file XnModuleCppInterface.h.
| virtual xn::Module::~Module | ( | ) | [inline, virtual] |
Definition at line 55 of file XnModuleCppInterface.h.
| XnStatus xn::Module::AddExportedNode | ( | XnModuleGetExportedInterfacePtr | pEntryPoint | ) | [inline] |
Definition at line 60 of file XnModuleCppInterface.h.
| XnStatus xn::Module::GetExportedNodes | ( | XnModuleGetExportedInterfacePtr * | aEntryPoints, |
| XnUInt32 | nCount | ||
| ) | [inline] |
Definition at line 64 of file XnModuleCppInterface.h.
| XnUInt32 xn::Module::GetExportedNodesCount | ( | ) | [inline] |
Definition at line 62 of file XnModuleCppInterface.h.
| virtual XnStatus xn::Module::Load | ( | ) | [inline, virtual] |
Definition at line 57 of file XnModuleCppInterface.h.
| virtual void xn::Module::Unload | ( | ) | [inline, virtual] |
Definition at line 58 of file XnModuleCppInterface.h.
ExportedNodesList xn::Module::m_ExportedNodes [private] |
Definition at line 83 of file XnModuleCppInterface.h.