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

#include <XnModuleCppInterface.h>

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

Public Member Functions

virtual ~ModuleSceneAnalyzer ()
 
virtual const void * GetData ()
 
virtual XnUInt32 GetBytesPerPixel ()
 
virtual const XnLabelGetLabelMap ()=0
 
virtual XnStatus GetFloor (XnPlane3D &pPlane)=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

◆ ~ModuleSceneAnalyzer()

virtual xn::ModuleSceneAnalyzer::~ModuleSceneAnalyzer ( )
inlinevirtual

Member Function Documentation

◆ GetBytesPerPixel()

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

◆ GetData()

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

Implements xn::ModuleGenerator.

◆ GetFloor()

virtual XnStatus xn::ModuleSceneAnalyzer::GetFloor ( XnPlane3D & pPlane)
pure virtual

◆ GetLabelMap()

virtual const XnLabel * xn::ModuleSceneAnalyzer::GetLabelMap ( )
pure virtual

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