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

Public Member Functions | |
| virtual | ~ModuleDepthGenerator () |
| virtual const void * | GetData () |
| virtual XnUInt32 | GetBytesPerPixel () |
| virtual XnDepthPixel * | GetDepthMap ()=0 |
| virtual XnDepthPixel | GetDeviceMaxDepth ()=0 |
| virtual void | GetFieldOfView (XnFieldOfView &FOV)=0 |
| virtual XnStatus | RegisterToFieldOfViewChange (XnModuleStateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)=0 |
| virtual void | UnregisterFromFieldOfViewChange (XnCallbackHandle hCallback)=0 |
| virtual ModuleUserPositionInterface * | GetUserPositionInterface () |
| virtual xn::ModuleDepthGenerator::~ModuleDepthGenerator | ( | ) | [inline, virtual] |
| virtual XnUInt32 xn::ModuleDepthGenerator::GetBytesPerPixel | ( | ) | [inline, virtual] |
Implements xn::ModuleMapGenerator.
| virtual const void* xn::ModuleDepthGenerator::GetData | ( | ) | [inline, virtual] |
Implements xn::ModuleGenerator.
| virtual XnDepthPixel* xn::ModuleDepthGenerator::GetDepthMap | ( | ) | [pure virtual] |
| virtual XnDepthPixel xn::ModuleDepthGenerator::GetDeviceMaxDepth | ( | ) | [pure virtual] |
| virtual void xn::ModuleDepthGenerator::GetFieldOfView | ( | XnFieldOfView & | FOV | ) | [pure virtual] |
| virtual ModuleUserPositionInterface* xn::ModuleDepthGenerator::GetUserPositionInterface | ( | ) | [inline, virtual] |
| virtual XnStatus xn::ModuleDepthGenerator::RegisterToFieldOfViewChange | ( | XnModuleStateChangedHandler | handler, |
| void * | pCookie, | ||
| XnCallbackHandle & | hCallback | ||
| ) | [pure virtual] |
| virtual void xn::ModuleDepthGenerator::UnregisterFromFieldOfViewChange | ( | XnCallbackHandle | hCallback | ) | [pure virtual] |
1.7.6.1