, including all inherited members.
| Activate(XnBool bActive) | XnVMessageListener | [inline, virtual] |
| ActivateCB typedef | XnVMessageListener | |
| AddPoint(const XnPoint3D &pt, XnFloat fTime) | XnVPushDetector | [protected] |
| AngleBetweenVectors(const XnV3DVector &v1, const XnV3DVector &v2) | XnVPushDetector | [protected] |
| BaseUpdate(XnVMessage *pMessage) | XnVMessageListener | |
| ClearQueue() | XnVMessageListener | [virtual] |
| DeactivateCB typedef | XnVMessageListener | |
| GetListenerName() const | XnVMessageListener | |
| GetPrimaryID() const | XnVPointControl | |
| GetPushDuration() const | XnVPushDetector | |
| GetPushImmediateDuration() const | XnVPushDetector | |
| GetPushImmediateMinimumVelocity() const | XnVPushDetector | |
| GetPushImmediateOffset() const | XnVPushDetector | |
| GetPushMaximumAngleBetweenImmediateAndZ() const | XnVPushDetector | |
| GetPushMinimumAngleBetweenImmediateAndPrevious() const | XnVPushDetector | |
| GetPushPreviousDuration() const | XnVPushDetector | |
| GetPushPreviousMinimumVelocity() const | XnVPushDetector | |
| GetPushPreviousOffset() const | XnVPushDetector | |
| GetStableDuration() const | XnVPushDetector | |
| GetStableMaximumVelocity() const | XnVPushDetector | |
| GetThreadProtectecionQueueMode() const | XnVMessageListener | |
| HandleCCMessages(XnVMessage *pMessage) | XnVMessageListener | [virtual] |
| HandsUpdateCB typedef | XnVPointControl | |
| IsInActivityThread() const | XnVMessageListener | [protected] |
| IsPushDetected(const XnV3DVector &vImmediateVelocity, const XnV3DVector &vPreviousVelocity, XnFloat &fZAngle) | XnVPushDetector | [protected] |
| IsStabilized(XnFloat fTime, XnFloat &fVelocity) | XnVPushDetector | [protected] |
| m_bInternalThreadAlive | XnVMessageListener | [protected] |
| m_bInternalThreadKill | XnVMessageListener | [protected] |
| m_bPushDetected | XnVPushDetector | [protected] |
| m_bThreadProtectionQueueMode | XnVMessageListener | [protected] |
| m_fPushImmediateMinVelocity | XnVPushDetector | [protected] |
| m_fPushMaxAngleFromZ | XnVPushDetector | [protected] |
| m_fPushMinAngleImmediateAndPrevious | XnVPushDetector | [protected] |
| m_fPushPreviousMinVelocity | XnVPushDetector | [protected] |
| m_fStableMaxVelocity | XnVPushDetector | [protected] |
| m_hActivityThread | XnVMessageListener | [protected] |
| m_hActivityThreadId | XnVMessageListener | [protected] |
| m_hListenerCS | XnVMessageListener | [protected] |
| m_nOverridePrimary | XnVPointControl | [protected] |
| m_nPushImmediateDuration | XnVPushDetector | [protected] |
| m_nPushImmediateOffset | XnVPushDetector | [protected] |
| m_nPushPreviousDuration | XnVPushDetector | [protected] |
| m_nPushPreviousOffset | XnVPushDetector | [protected] |
| m_nStableDuration | XnVPushDetector | [protected] |
| m_pActivateCBs | XnVMessageListener | [protected] |
| m_pDeactivateCBs | XnVMessageListener | [protected] |
| m_pMessageQueue | XnVMessageListener | [protected] |
| m_pPoints | XnVPushDetector | [protected] |
| m_pPushCBs | XnVPushDetector | [protected] |
| m_pStabilizedCBs | XnVPushDetector | [protected] |
| m_pUpdateCBs | XnVMessageListener | [protected] |
| m_strListenerName | XnVMessageListener | [protected] |
| MainLoop() | XnVMessageListener | [protected] |
| MessageListenerThread(XN_THREAD_PARAM param) | XnVMessageListener | [protected, static] |
| MessageUpdateCB typedef | XnVMessageListener | |
| ms_nSessionDefaultLength | XnVMessageListener | [protected, static] |
| NoPointsCB typedef | XnVPointControl | |
| OnNoPoints() | XnVPointControl | [inline, virtual] |
| OnPointCreate(const XnVHandPointContext *pContext) | XnVPointControl | [inline, virtual] |
| OnPointDestroy(XnUInt32 nID) | XnVPointControl | [inline, virtual] |
| OnPointUpdate(const XnVHandPointContext *pContext) | XnVPointControl | [inline, virtual] |
| OnPrimaryPointCreate(const XnVHandPointContext *pContext, const XnPoint3D &ptFocus) | XnVPushDetector | [virtual] |
| OnPrimaryPointDestroy(XnUInt32 nID) | XnVPointControl | [inline, virtual] |
| OnPrimaryPointReplace(XnUInt32 nOldId, const XnVHandPointContext *pContext) | XnVPointControl | [inline, virtual] |
| OnPrimaryPointUpdate(const XnVHandPointContext *pContext) | XnVPushDetector | [virtual] |
| PointCreateCB typedef | XnVPointControl | |
| PointDestroyCB typedef | XnVPointControl | |
| PointUpdateCB typedef | XnVPointControl | |
| PrimaryPointCreateCB typedef | XnVPointControl | |
| PrimaryPointDestroyCB typedef | XnVPointControl | |
| PrimaryPointReplaceCB typedef | XnVPointControl | |
| PrimaryPointUpdateCB typedef | XnVPointControl | |
| PushCB typedef | XnVPushDetector | |
| PushDetected(XnFloat fVelocity, XnFloat fAngle) | XnVPushDetector | [protected] |
| RegisterActivate(void *cxt, ActivateCB CB) | XnVMessageListener | |
| RegisterDeactivate(void *cxt, DeactivateCB CB) | XnVMessageListener | |
| RegisterHandsUpdate(void *cxt, HandsUpdateCB CB) | XnVPointControl | |
| RegisterNoPoints(void *cxt, NoPointsCB CB) | XnVPointControl | |
| RegisterPointCreate(void *cxt, PointCreateCB CB) | XnVPointControl | |
| RegisterPointDestroy(void *cxt, PointDestroyCB CB) | XnVPointControl | |
| RegisterPointUpdate(void *cxt, PointUpdateCB CB) | XnVPointControl | |
| RegisterPrimaryPointCreate(void *cxt, PrimaryPointCreateCB CB) | XnVPointControl | |
| RegisterPrimaryPointDestroy(void *cxt, PrimaryPointDestroyCB CB) | XnVPointControl | |
| RegisterPrimaryPointReplace(void *cxt, PrimaryPointReplaceCB CB) | XnVPointControl | |
| RegisterPrimaryPointUpdate(void *cxt, PrimaryPointUpdateCB CB) | XnVPointControl | |
| RegisterPush(void *cxt, PushCB pCB) | XnVPushDetector | |
| RegisterStabilized(void *cxt, StabilizedCB pCB) | XnVPushDetector | |
| RegisterUpdate(void *cxt, MessageUpdateCB CB) | XnVMessageListener | |
| Reset() | XnVPushDetector | |
| Run(XnUInt32 nSessionMaxLength=ms_nSessionDefaultLength) | XnVMessageListener | |
| RunAsThread() | XnVMessageListener | |
| SetCurrentThread() | XnVMessageListener | |
| SetPushImmediateDuration(XnUInt32 nDuration) | XnVPushDetector | |
| SetPushImmediateMinimumVelocity(XnFloat fVelocity) | XnVPushDetector | |
| SetPushImmediateOffset(XnUInt32 nOffset) | XnVPushDetector | |
| SetPushMaximumAngleBetweenImmediateAndZ(XnFloat fAngle) | XnVPushDetector | |
| SetPushMinimumAngleBetweenImmediateAndPrevious(XnFloat fAngle) | XnVPushDetector | |
| SetPushPreviousDuration(XnUInt32 nDuration) | XnVPushDetector | |
| SetPushPreviousMinimumVelocity(XnFloat fVelocity) | XnVPushDetector | |
| SetPushPreviousOffset(XnUInt32 nOffset) | XnVPushDetector | |
| SetStableDuration(XnUInt32 nDuration) | XnVPushDetector | |
| SetStableMaximumVelocity(XnFloat fVelocity) | XnVPushDetector | |
| SetThreadId(XN_THREAD_ID hThread) | XnVMessageListener | |
| SetThreadProtectionQueueMode(XnBool bMode) | XnVMessageListener | |
| StabilizedCB typedef | XnVPushDetector | |
| StabilizedDetected(XnFloat fVelocity) | XnVPushDetector | [protected] |
| UnregisterActivate(XnCallbackHandle hCB) | XnVMessageListener | |
| UnregisterDeactivate(XnCallbackHandle hCB) | XnVMessageListener | |
| UnregisterHandsUpdate(XnCallbackHandle hCB) | XnVPointControl | |
| UnregisterNoPoints(XnCallbackHandle hCB) | XnVPointControl | |
| UnregisterPointCreate(XnCallbackHandle hCB) | XnVPointControl | |
| UnregisterPointDestroy(XnCallbackHandle hCB) | XnVPointControl | |
| UnregisterPointUpdate(XnCallbackHandle hCB) | XnVPointControl | |
| UnregisterPrimaryPointCreate(XnCallbackHandle hCB) | XnVPointControl | |
| UnregisterPrimaryPointDestroy(XnCallbackHandle hCB) | XnVPointControl | |
| UnregisterPrimaryPointReplace(XnCallbackHandle hCB) | XnVPointControl | |
| UnregisterPrimaryPointUpdate(XnCallbackHandle hCB) | XnVPointControl | |
| UnregisterPush(XnCallbackHandle handle) | XnVPushDetector | |
| UnregisterStabilized(XnCallbackHandle handle) | XnVPushDetector | |
| UnregisterUpdate(XnCallbackHandle hCB) | XnVMessageListener | |
| Update(XnVMessage *pMessage) | XnVPointControl | [virtual] |
| Update(const XnVMultipleHands &hands) | XnVPointControl | [virtual] |
| UpdateLines(XnFloat fTime) | XnVPushDetector | [protected] |
| XnVMessageListener(const XnChar *strName="XnVMessageListener") | XnVMessageListener | |
| XnVPointControl(const XnChar *strName="XnVPointControl") | XnVPointControl | |
| XnVPushDetector(const XnChar *strName="XnVPushDetector") | XnVPushDetector | |
| ~XnVMessageListener() | XnVMessageListener | [virtual] |
| ~XnVPointControl() | XnVPointControl | |
| ~XnVPushDetector() | XnVPushDetector | |