OpenNI 1.5.7
Public Member Functions | List of all members
xn::ModuleImageGenerator Class Referenceabstract

#include <XnModuleCppInterface.h>

Inheritance diagram for xn::ModuleImageGenerator:
Inheritance graph
[legend]

Public Member Functions

virtual ~ModuleImageGenerator ()
 
virtual const void * GetData ()
 
virtual XnUInt32 GetBytesPerPixel ()
 
virtual XnUInt8 * GetImageMap ()=0
 
virtual XnBool IsPixelFormatSupported (XnPixelFormat Format)=0
 
virtual XnStatus SetPixelFormat (XnPixelFormat Format)=0
 
virtual XnPixelFormat GetPixelFormat ()=0
 
virtual XnStatus RegisterToPixelFormatChange (XnModuleStateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)=0
 
virtual void UnregisterFromPixelFormatChange (XnCallbackHandle hCallback)=0
 
- 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 ModuleAntiFlickerInterfaceGetAntiFlickerInterface ()
 
- 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 ModuleAlternativeViewPointInterfaceGetAlternativeViewPointInterface ()
 
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 ModuleExtendedSerializationInterfaceGetExtendedSerializationInterface ()
 
virtual ModuleLockAwareInterfaceGetLockAwareInterface ()
 
virtual ModuleErrorStateInterfaceGetErrorStateInterface ()
 
virtual ModuleGeneralIntInterfaceGetGeneralIntInterface (const XnChar *)
 

Constructor & Destructor Documentation

◆ ~ModuleImageGenerator()

virtual xn::ModuleImageGenerator::~ModuleImageGenerator ( )
inlinevirtual

Member Function Documentation

◆ GetBytesPerPixel()

virtual XnUInt32 xn::ModuleImageGenerator::GetBytesPerPixel ( )
inlinevirtual

◆ GetData()

virtual const void * xn::ModuleImageGenerator::GetData ( )
inlinevirtual

Implements xn::ModuleGenerator.

◆ GetImageMap()

virtual XnUInt8 * xn::ModuleImageGenerator::GetImageMap ( )
pure virtual

◆ GetPixelFormat()

virtual XnPixelFormat xn::ModuleImageGenerator::GetPixelFormat ( )
pure virtual

◆ IsPixelFormatSupported()

virtual XnBool xn::ModuleImageGenerator::IsPixelFormatSupported ( XnPixelFormat Format)
pure virtual

◆ RegisterToPixelFormatChange()

virtual XnStatus xn::ModuleImageGenerator::RegisterToPixelFormatChange ( XnModuleStateChangedHandler handler,
void * pCookie,
XnCallbackHandle & hCallback )
pure virtual

◆ SetPixelFormat()

virtual XnStatus xn::ModuleImageGenerator::SetPixelFormat ( XnPixelFormat Format)
pure virtual

◆ UnregisterFromPixelFormatChange()

virtual void xn::ModuleImageGenerator::UnregisterFromPixelFormatChange ( XnCallbackHandle hCallback)
pure virtual

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