, including all inherited members.
Activate(XnBool bActive) | XnVMessageListener | [inline, virtual] |
ActivateCB typedef | XnVMessageListener | |
AddPoint(const XnPoint3D &pt, XnFloat fTime) | XnVSwipeDetector | [protected] |
BaseUpdate(XnVMessage *pMessage) | XnVMessageListener | |
ClearQueue() | XnVMessageListener | [virtual] |
DeactivateCB typedef | XnVMessageListener | |
GeneralSwipeCB typedef | XnVSwipeDetector | |
GetListenerName() const | XnVMessageListener | |
GetMotionSpeedThreshold() const | XnVSwipeDetector | |
GetMotionTime() const | XnVSwipeDetector | |
GetPrimaryID() const | XnVPointControl | |
GetSteadyDuration() const | XnVSwipeDetector | |
GetSteadyMaxStdDev() const | XnVSwipeDetector | |
GetThreadProtectecionQueueMode() const | XnVMessageListener | |
GetUseSteady() const | XnVSwipeDetector | |
GetXAngleThreshold() const | XnVSwipeDetector | |
GetYAngleThreshold() const | XnVSwipeDetector | |
HandleCCMessages(XnVMessage *pMessage) | XnVMessageListener | [virtual] |
HandsUpdateCB typedef | XnVPointControl | |
IsInActivityThread() const | XnVMessageListener | [protected] |
m_ActivateCBs | XnVMessageListener | [protected] |
m_bInSteady | XnVSwipeDetector | [protected] |
m_bInternalThreadAlive | XnVMessageListener | [protected] |
m_bInternalThreadKill | XnVMessageListener | [protected] |
m_bThreadProtectionQueueMode | XnVMessageListener | [protected] |
m_bUseSteady | XnVSwipeDetector | [protected] |
m_bWaitingForSlowdown | XnVSwipeDetector | [protected] |
m_DeactivateCBs | XnVMessageListener | [protected] |
m_ePendingDirection | XnVSwipeDetector | [protected] |
m_fAngleXThreshold | XnVSwipeDetector | [protected] |
m_fAngleYThreshold | XnVSwipeDetector | [protected] |
m_fLowestVelocity | XnVSwipeDetector | [protected] |
m_fMotionDetectionSpeed | XnVSwipeDetector | [protected] |
m_fPendingAngle | XnVSwipeDetector | [protected] |
m_fPendingVelocity | XnVSwipeDetector | [protected] |
m_hActivityThread | XnVMessageListener | [protected] |
m_hActivityThreadId | XnVMessageListener | [protected] |
m_hListenerCS | XnVMessageListener | [protected] |
m_MessageQueue | XnVMessageListener | [protected] |
m_nMotionDetectionTime | XnVSwipeDetector | [protected] |
m_nOverridePrimary | XnVPointControl | [protected] |
m_pMovementDetectionBuffer | XnVSwipeDetector | [protected] |
m_pPendingEvent | XnVSwipeDetector | [protected] |
m_Steady | XnVSwipeDetector | [protected] |
m_strListenerName | XnVMessageListener | [protected] |
m_SwipeCBs | XnVSwipeDetector | [protected] |
m_SwipeDownCBs | XnVSwipeDetector | [protected] |
m_SwipeLeftCBs | XnVSwipeDetector | [protected] |
m_SwipeRightCBs | XnVSwipeDetector | [protected] |
m_SwipeUpCBs | XnVSwipeDetector | [protected] |
m_UpdateCBs | XnVMessageListener | [protected] |
MainLoop() | XnVMessageListener | [protected] |
MessageListenerThread(XN_THREAD_PARAM param) | XnVMessageListener | [protected, static] |
MessageUpdateCB typedef | XnVMessageListener | |
ms_fDefaultMotionDetectionVelocity | XnVSwipeDetector | [protected, static] |
ms_nDefaultMotionDetectionDuration | XnVSwipeDetector | [protected, static] |
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) | XnVSwipeDetector | [virtual] |
OnPrimaryPointDestroy(XnUInt32 nID) | XnVSwipeDetector | [virtual] |
OnPrimaryPointReplace(XnUInt32 nOldId, const XnVHandPointContext *pContext) | XnVSwipeDetector | [virtual] |
OnPrimaryPointUpdate(const XnVHandPointContext *pContext) | XnVSwipeDetector | [virtual] |
PointCreateCB typedef | XnVPointControl | |
PointDestroyCB typedef | XnVPointControl | |
PointUpdateCB typedef | XnVPointControl | |
PrimaryPointCreateCB typedef | XnVPointControl | |
PrimaryPointDestroyCB typedef | XnVPointControl | |
PrimaryPointReplaceCB typedef | XnVPointControl | |
PrimaryPointUpdateCB typedef | XnVPointControl | |
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 | |
RegisterSwipe(void *cxt, GeneralSwipeCB pCB) | XnVSwipeDetector | |
RegisterSwipeDown(void *cxt, SwipeCB pCB) | XnVSwipeDetector | |
RegisterSwipeLeft(void *cxt, SwipeCB pCB) | XnVSwipeDetector | |
RegisterSwipeRight(void *cxt, SwipeCB pCB) | XnVSwipeDetector | |
RegisterSwipeUp(void *cxt, SwipeCB pCB) | XnVSwipeDetector | |
RegisterUpdate(void *cxt, MessageUpdateCB CB) | XnVMessageListener | |
Reset() | XnVSwipeDetector | |
Run(XnUInt32 nSessionMaxLength=ms_nSessionDefaultLength) | XnVMessageListener | |
RunAsThread() | XnVMessageListener | |
SetCurrentThread() | XnVMessageListener | |
SetMotionSpeedThreshold(XnFloat fThreshold) | XnVSwipeDetector | |
SetMotionTime(XnUInt32 nThreshold) | XnVSwipeDetector | |
SetSteadyDuration(XnUInt32 nDuration) | XnVSwipeDetector | |
SetSteadyMaxStdDev(XnFloat fStdDev) | XnVSwipeDetector | |
SetThreadId(XN_THREAD_ID hThread) | XnVMessageListener | |
SetThreadProtectionQueueMode(XnBool bMode) | XnVMessageListener | |
SetUseSteady(XnBool bUse) | XnVSwipeDetector | |
SetXAngleThreshold(XnFloat fThreshold) | XnVSwipeDetector | |
SetYAngleThreshold(XnFloat fThreshold) | XnVSwipeDetector | |
Steady_Steady(XnUInt32 nId, XnFloat fVelocity, void *cxt) | XnVSwipeDetector | [protected, static] |
SwipeCB typedef | XnVSwipeDetector | |
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 | |
UnregisterSwipe(XnCallbackHandle handle) | XnVSwipeDetector | |
UnregisterSwipeDown(XnCallbackHandle handle) | XnVSwipeDetector | |
UnregisterSwipeLeft(XnCallbackHandle handle) | XnVSwipeDetector | |
UnregisterSwipeRight(XnCallbackHandle handle) | XnVSwipeDetector | |
UnregisterSwipeUp(XnCallbackHandle handle) | XnVSwipeDetector | |
UnregisterUpdate(XnCallbackHandle hCB) | XnVMessageListener | |
Update(XnVMessage *pMessage) | XnVPointControl | [virtual] |
Update(const XnVMultipleHands &hands) | XnVPointControl | [virtual] |
XN_API_DEPRECATED("Use GetSteadyMaxStdDev() instead") GetSteadyMaxVelocity() const | XnVSwipeDetector | |
XN_API_DEPRECATED("Use SetSteadyMaxStdDev() instead") SetSteadyMaxVelocity(XnFloat fVelocity) | XnVSwipeDetector | |
XnVMessageListener::XN_DECLARE_EVENT_1ARG(XnVMessageSpecificEvent, XnVMessageEvent, XnVMessage *, pMessage) | XnVMessageListener | [protected] |
XN_DECLARE_EVENT_3ARG(XnVGeneralSwipeSpecificEvent, XnVGeneralSwipeEvent, XnVDirection, eDir, XnFloat, fVelocity, XnFloat, fAngle) | XnVSwipeDetector | [protected] |
XN_DECLARE_THREAD_SAFE_QUEUE_DECL(XNV_NITE_API, XnVMessage *, XnVMessageQueue) | XnVMessageListener | [protected] |
XnVMessageListener(const XnChar *strName="XnVMessageListener") | XnVMessageListener | |
XnVPointControl(const XnChar *strName="XnVPointControl") | XnVPointControl | |
XnVSwipeDetector(XnBool bUseSteadyBeforeSwipe=true, const XnChar *strName="XnVSwipeDetector") | XnVSwipeDetector | |
~XnVMessageListener() | XnVMessageListener | [virtual] |
~XnVPointControl() | XnVPointControl | |
~XnVSwipeDetector() | XnVSwipeDetector | |