OpenNI 1.5.4
Public Member Functions | List of all members
xn::ModuleGestureGenerator Class Reference

#include <XnModuleCppInterface.h>

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

Public Member Functions

virtual ~ModuleGestureGenerator ()
virtual const void * GetData ()
virtual XnStatus AddGesture (const XnChar *strGesture, XnBoundingBox3D *pArea)=0
virtual XnStatus RemoveGesture (const XnChar *strGesture)=0
virtual XnStatus GetActiveGestures (XnChar **pstrGestures, XnUInt16 &nGestures)=0
virtual XnStatus GetAllActiveGestures (XnChar **pstrGestures, XnUInt32 nNameLength, XnUInt16 &nGestures)=0
virtual XnStatus EnumerateGestures (XnChar **pstrGestures, XnUInt16 &nGestures)=0
virtual XnStatus EnumerateAllGestures (XnChar **pstrGestures, XnUInt32 nNameLength, XnUInt16 &nGestures)=0
virtual XnBool IsGestureAvailable (const XnChar *strGesture)=0
virtual XnBool IsGestureProgressSupported (const XnChar *strGesture)=0
virtual XnStatus RegisterGestureCallbacks (XnModuleGestureRecognized RecognizedCB, XnModuleGestureProgress ProgressCB, void *pCookie, XnCallbackHandle &hCallback)=0
virtual void UnregisterGestureCallbacks (XnCallbackHandle hCallback)=0
virtual XnStatus RegisterToGestureChange (XnModuleStateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)=0
virtual void UnregisterFromGestureChange (XnCallbackHandle hCallback)=0
virtual XnStatus RegisterToGestureIntermediateStageCompleted (XnModuleGestureIntermediateStageCompleted GestureIntermediateStageCompletedCB, void *pCookie, XnCallbackHandle &hCallback)=0
virtual void UnregisterFromGestureIntermediateStageCompleted (XnCallbackHandle hCallback)=0
virtual XnStatus RegisterToGestureReadyForNextIntermediateStage (XnModuleGestureReadyForNextIntermediateStage ReadyForNextIntermediateStageCB, void *pCookie, XnCallbackHandle &hCallback)=0
virtual void UnregisterFromGestureReadyForNextIntermediateStage (XnCallbackHandle hCallback)=0
- 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::ModuleGestureGenerator::~ModuleGestureGenerator ( )
inlinevirtual

Member Function Documentation

virtual XnStatus xn::ModuleGestureGenerator::AddGesture ( const XnChar *  strGesture,
XnBoundingBox3D pArea 
)
pure virtual
virtual XnStatus xn::ModuleGestureGenerator::EnumerateAllGestures ( XnChar **  pstrGestures,
XnUInt32  nNameLength,
XnUInt16 &  nGestures 
)
pure virtual
virtual XnStatus xn::ModuleGestureGenerator::EnumerateGestures ( XnChar **  pstrGestures,
XnUInt16 &  nGestures 
)
pure virtual
virtual XnStatus xn::ModuleGestureGenerator::GetActiveGestures ( XnChar **  pstrGestures,
XnUInt16 &  nGestures 
)
pure virtual
virtual XnStatus xn::ModuleGestureGenerator::GetAllActiveGestures ( XnChar **  pstrGestures,
XnUInt32  nNameLength,
XnUInt16 &  nGestures 
)
pure virtual
virtual const void* xn::ModuleGestureGenerator::GetData ( )
inlinevirtual

Implements xn::ModuleGenerator.

virtual XnBool xn::ModuleGestureGenerator::IsGestureAvailable ( const XnChar *  strGesture)
pure virtual
virtual XnBool xn::ModuleGestureGenerator::IsGestureProgressSupported ( const XnChar *  strGesture)
pure virtual
virtual XnStatus xn::ModuleGestureGenerator::RegisterGestureCallbacks ( XnModuleGestureRecognized  RecognizedCB,
XnModuleGestureProgress  ProgressCB,
void *  pCookie,
XnCallbackHandle hCallback 
)
pure virtual
virtual XnStatus xn::ModuleGestureGenerator::RegisterToGestureChange ( XnModuleStateChangedHandler  handler,
void *  pCookie,
XnCallbackHandle hCallback 
)
pure virtual
virtual XnStatus xn::ModuleGestureGenerator::RegisterToGestureIntermediateStageCompleted ( XnModuleGestureIntermediateStageCompleted  GestureIntermediateStageCompletedCB,
void *  pCookie,
XnCallbackHandle hCallback 
)
pure virtual
virtual XnStatus xn::ModuleGestureGenerator::RegisterToGestureReadyForNextIntermediateStage ( XnModuleGestureReadyForNextIntermediateStage  ReadyForNextIntermediateStageCB,
void *  pCookie,
XnCallbackHandle hCallback 
)
pure virtual
virtual XnStatus xn::ModuleGestureGenerator::RemoveGesture ( const XnChar *  strGesture)
pure virtual
virtual void xn::ModuleGestureGenerator::UnregisterFromGestureChange ( XnCallbackHandle  hCallback)
pure virtual
virtual void xn::ModuleGestureGenerator::UnregisterFromGestureIntermediateStageCompleted ( XnCallbackHandle  hCallback)
pure virtual
virtual void xn::ModuleGestureGenerator::UnregisterFromGestureReadyForNextIntermediateStage ( XnCallbackHandle  hCallback)
pure virtual
virtual void xn::ModuleGestureGenerator::UnregisterGestureCallbacks ( XnCallbackHandle  hCallback)
pure virtual

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