|
OpenNI 1.3.2
|
#include <XnCppWrapper.h>

Classes | |
| struct | HandTouchingFOVEdgeCookie |
Public Types | |
| typedef void(* | HandTouchingFOVEdge )(HandTouchingFOVEdgeCapability &touchingfov, XnUserID user, const XnPoint3D *pPosition, XnFloat fTime, XnDirection eDir, void *pCookie) |
Public Member Functions | |
| HandTouchingFOVEdgeCapability (XnNodeHandle hNode) | |
| HandTouchingFOVEdgeCapability (const NodeWrapper &node) | |
| XnStatus | RegisterToHandTouchingFOVEdge (HandTouchingFOVEdge handler, void *pCookie, XnCallbackHandle &hCallback) |
| void | UnregisterFromHandTouchingFOVEdge (XnCallbackHandle hCallback) |
Public Member Functions inherited from xn::Capability | |
| Capability (XnNodeHandle hNode) | |
| Capability (const NodeWrapper &node) | |
Public Member Functions inherited from xn::NodeWrapper | |
| NodeWrapper (XnNodeHandle hNode) | |
| NodeWrapper (const NodeWrapper &other) | |
| NodeWrapper & | operator= (const NodeWrapper &other) |
| ~NodeWrapper () | |
| operator XnNodeHandle () const | |
| XnNodeHandle | GetHandle () const |
| XnBool | operator== (const NodeWrapper &other) |
| XnBool | operator!= (const NodeWrapper &other) |
| XnBool | IsValid () const |
| const XnChar * | GetName () const |
| XnStatus | AddRef () |
| void | Release () |
| XnStatus | Ref () |
| void | Unref () |
| void | SetHandle (XnNodeHandle hNode) |
| void | TakeOwnership (XnNodeHandle hNode) |
Allows access to Hand touching FOV edge capability functions. see HandTouchingFOVEdgeCapability for additional details.
| typedef void(* xn::HandTouchingFOVEdgeCapability::HandTouchingFOVEdge)(HandTouchingFOVEdgeCapability &touchingfov, XnUserID user, const XnPoint3D *pPosition, XnFloat fTime, XnDirection eDir, void *pCookie) |
Callback for the hand getting close to the edge of the FOV
| touchingfov | [in] the hand touching fov edge capability that raised this event. |
| user | [in] The id of the hand that disappeared. |
| pPosition | [in] The position of the hand. |
| fTime | [in] Timestamp, in seconds. |
| eDir | [in] Direction of the FOV touched |
| pCookie | [in] A user-provided cookie that was given when registering to this event. |
|
inline |
Ctor
| hNode | [in] Node handle |
|
inline |
|
inline |
Register to when a hand is approaching the edge of the FOV. For full details and usage, see xnRegisterToHandTouchingFOVEdge
|
inline |
Unregister from hand approaching the edge of the FOV. For full details and usage, see xnUnregisterFromHandTouchingFOVEdge
1.8.1.2