OpenNI 1.3.2
Public Member Functions | List of all members
xn::ModuleDepthGenerator Class Referenceabstract

#include <XnModuleCppInterface.h>

Inheritance diagram for xn::ModuleDepthGenerator:
Inheritance graph

Public Member Functions

virtual ~ModuleDepthGenerator ()
 
virtual const void * GetData ()
 
virtual XnUInt32 GetBytesPerPixel ()
 
virtual XnDepthPixelGetDepthMap ()=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 ()
 
- Public Member Functions inherited from xn::ModuleMapGenerator
virtual ~ModuleMapGenerator ()
 
virtual XnUInt32 GetSupportedMapOutputModesCount ()=0
 
virtual XnStatus GetSupportedMapOutputModes (XnMapOutputMode aModes[], XnUInt32 &nCount)=0
 
virtual XnStatus SetMapOutputMode (const XnMapOutputMode &Mode)=0
 
virtual XnStatus GetMapOutputMode (XnMapOutputMode &Mode)=0
 
virtual XnStatus RegisterToMapOutputModeChange (XnModuleStateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)=0
 
virtual void UnregisterFromMapOutputModeChange (XnCallbackHandle hCallback)=0
 
virtual ModuleCroppingInterfaceGetCroppingInterface ()
 
virtual
ModuleAntiFlickerInterface
GetAntiFlickerInterface ()
 
- Public Member Functions inherited from xn::ModuleGenerator
virtual ~ModuleGenerator ()
 
virtual XnStatus StartGenerating ()=0
 
virtual XnBool IsGenerating ()=0
 
virtual void StopGenerating ()=0
 
virtual XnStatus RegisterToGenerationRunningChange (XnModuleStateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)=0
 
virtual void UnregisterFromGenerationRunningChange (XnCallbackHandle hCallback)=0
 
virtual XnStatus RegisterToNewDataAvailable (XnModuleStateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)=0
 
virtual void UnregisterFromNewDataAvailable (XnCallbackHandle hCallback)=0
 
virtual XnBool IsNewDataAvailable (XnUInt64 &nTimestamp)=0
 
virtual XnStatus UpdateData ()=0
 
virtual XnUInt32 GetDataSize ()=0
 
virtual XnUInt64 GetTimestamp ()=0
 
virtual XnUInt32 GetFrameID ()=0
 
virtual ModuleMirrorInterfaceGetMirrorInterface ()
 
virtual
ModuleAlternativeViewPointInterface
GetAlternativeViewPointInterface ()
 
virtual ModuleFrameSyncInterfaceGetFrameSyncInterface ()
 
- Public Member Functions inherited from xn::ModuleProductionNode
virtual ~ModuleProductionNode ()
 
virtual XnBool IsCapabilitySupported (const XnChar *)
 
virtual XnStatus SetIntProperty (const XnChar *, XnUInt64)
 
virtual XnStatus SetRealProperty (const XnChar *, XnDouble)
 
virtual XnStatus SetStringProperty (const XnChar *, const XnChar *)
 
virtual XnStatus SetGeneralProperty (const XnChar *, XnUInt32, const void *)
 
virtual XnStatus GetIntProperty (const XnChar *, XnUInt64 &) const
 
virtual XnStatus GetRealProperty (const XnChar *, XnDouble &) const
 
virtual XnStatus GetStringProperty (const XnChar *, XnChar *, XnUInt32) const
 
virtual XnStatus GetGeneralProperty (const XnChar *, XnUInt32, void *) const
 
virtual
ModuleExtendedSerializationInterface
GetExtendedSerializationInterface ()
 
virtual ModuleLockAwareInterfaceGetLockAwareInterface ()
 
virtual ModuleErrorStateInterfaceGetErrorStateInterface ()
 
virtual ModuleGeneralIntInterfaceGetGeneralIntInterface (const XnChar *)
 

Constructor & Destructor Documentation

virtual xn::ModuleDepthGenerator::~ModuleDepthGenerator ( )
inlinevirtual

Member Function Documentation

virtual XnUInt32 xn::ModuleDepthGenerator::GetBytesPerPixel ( )
inlinevirtual
virtual const void* xn::ModuleDepthGenerator::GetData ( )
inlinevirtual

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 ( )
inlinevirtual
virtual XnStatus xn::ModuleDepthGenerator::RegisterToFieldOfViewChange ( XnModuleStateChangedHandler  handler,
void *  pCookie,
XnCallbackHandle hCallback 
)
pure virtual
virtual void xn::ModuleDepthGenerator::UnregisterFromFieldOfViewChange ( XnCallbackHandle  hCallback)
pure virtual

The documentation for this class was generated from the following file: