![]() |
OpenNI 1.5.2
|
#include <XnModuleCppInterface.h>

Public Member Functions | |
| Module () | |
| virtual | ~Module () |
| virtual XnStatus | Load () |
| virtual void | Unload () |
| XnStatus | AddExportedNode (XnModuleGetExportedInterfacePtr pEntryPoint) |
| XnUInt32 | GetExportedNodesCount () |
| XnStatus | GetExportedNodes (XnModuleGetExportedInterfacePtr *aEntryPoints, XnUInt32 nCount) |
| xn::Module::Module | ( | ) | [inline] |
| virtual xn::Module::~Module | ( | ) | [inline, virtual] |
| XnStatus xn::Module::AddExportedNode | ( | XnModuleGetExportedInterfacePtr | pEntryPoint | ) | [inline] |
| XnStatus xn::Module::GetExportedNodes | ( | XnModuleGetExportedInterfacePtr * | aEntryPoints, |
| XnUInt32 | nCount | ||
| ) | [inline] |
| XnUInt32 xn::Module::GetExportedNodesCount | ( | ) | [inline] |
| virtual XnStatus xn::Module::Load | ( | ) | [inline, virtual] |
Reimplemented in xn::ExtensionModule.
| virtual void xn::Module::Unload | ( | ) | [inline, virtual] |
1.7.6.1