#include <XnModuleCppInterface.h>
Public Member Functions | |
virtual XnDepthPixel * | GetDepthMap ()=0 |
virtual XnDepthPixel | GetDeviceMaxDepth ()=0 |
virtual void | GetFieldOfView (XnFieldOfView &FOV)=0 |
virtual ModuleUserPositionInterface * | GetUserPositionInterface () |
virtual XnStatus | RegisterToFieldOfViewChange (XnModuleStateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)=0 |
virtual void | UnregisterFromFieldOfViewChange (XnCallbackHandle hCallback)=0 |
virtual | ~ModuleDepthGenerator () |
Definition at line 280 of file XnModuleCppInterface.h.
virtual xn::ModuleDepthGenerator::~ModuleDepthGenerator | ( | ) | [inline, virtual] |
Definition at line 283 of file XnModuleCppInterface.h.
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] |
Definition at line 289 of file XnModuleCppInterface.h.
virtual XnStatus xn::ModuleDepthGenerator::RegisterToFieldOfViewChange | ( | XnModuleStateChangedHandler | handler, |
void * | pCookie, | ||
XnCallbackHandle & | hCallback | ||
) | [pure virtual] |
virtual void xn::ModuleDepthGenerator::UnregisterFromFieldOfViewChange | ( | XnCallbackHandle | hCallback | ) | [pure virtual] |