OpenNI 1.0.0
|
#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] |
virtual void xn::Module::Unload | ( | ) | [inline, virtual] |