#include <XnModuleCppInterface.h>

Public Member Functions | |
| virtual XnStatus | AddGesture (const XnChar *strGesture, XnBoundingBox3D *pArea)=0 |
| virtual XnStatus | EnumerateGestures (XnChar **pstrGestures, XnUInt16 &nGestures)=0 |
| virtual XnStatus | GetActiveGestures (XnChar **pstrGestures, 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 XnStatus | RegisterToGestureChange (XnModuleStateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)=0 |
| virtual XnStatus | RemoveGesture (const XnChar *strGesture)=0 |
| virtual void | UnregisterFromGestureChange (XnCallbackHandle hCallback)=0 |
| virtual void | UnregisterGestureCallbacks (XnCallbackHandle hCallback)=0 |
| virtual | ~ModuleGestureGenerator () |
Definition at line 311 of file XnModuleCppInterface.h.
| virtual xn::ModuleGestureGenerator::~ModuleGestureGenerator | ( | ) | [inline, virtual] |
Definition at line 314 of file XnModuleCppInterface.h.
| virtual XnStatus xn::ModuleGestureGenerator::AddGesture | ( | const XnChar * | strGesture, |
| XnBoundingBox3D * | pArea | ||
| ) | [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 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::RemoveGesture | ( | const XnChar * | strGesture | ) | [pure virtual] |
| virtual void xn::ModuleGestureGenerator::UnregisterFromGestureChange | ( | XnCallbackHandle | hCallback | ) | [pure virtual] |
| virtual void xn::ModuleGestureGenerator::UnregisterGestureCallbacks | ( | XnCallbackHandle | hCallback | ) | [pure virtual] |