OpenNI 1.3.2
Public Member Functions | List of all members
xn::UserPositionCapability Class Reference

#include <XnCppWrapper.h>

Inheritance diagram for xn::UserPositionCapability:
Inheritance graph

Public Member Functions

 UserPositionCapability (XnNodeHandle hNode=NULL)
 
 UserPositionCapability (const NodeWrapper &node)
 
XnUInt32 GetSupportedUserPositionsCount () const
 
XnStatus SetUserPosition (XnUInt32 nIndex, const XnBoundingBox3D &Position)
 
XnStatus GetUserPosition (XnUInt32 nIndex, XnBoundingBox3D &Position) const
 
XnStatus RegisterToUserPositionChange (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)
 
void UnregisterFromUserPositionChange (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)
 
NodeWrapperoperator= (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)
 

Detailed Description

Allows access to User Position capability functions. see User Position Capability for additional details.

Constructor & Destructor Documentation

xn::UserPositionCapability::UserPositionCapability ( XnNodeHandle  hNode = NULL)
inline

Ctor

Parameters
hNode[in] Node handle
xn::UserPositionCapability::UserPositionCapability ( const NodeWrapper node)
inline

Member Function Documentation

XnUInt32 xn::UserPositionCapability::GetSupportedUserPositionsCount ( ) const
inline

Gets the number of user positions supported by this generator.

For full details and usage, see xnGetSupportedUserPositionsCount

XnStatus xn::UserPositionCapability::GetUserPosition ( XnUInt32  nIndex,
XnBoundingBox3D Position 
) const
inline

Gets the current user position.

For full details and usage, see xnGetUserPosition

XnStatus xn::UserPositionCapability::RegisterToUserPositionChange ( StateChangedHandler  handler,
void *  pCookie,
XnCallbackHandle hCallback 
)
inline

Registers a callback function to user position changes.

For full details and usage, see xnRegisterToUserPositionChange

XnStatus xn::UserPositionCapability::SetUserPosition ( XnUInt32  nIndex,
const XnBoundingBox3D Position 
)
inline

Sets the current user position.

For full details and usage, see xnSetUserPosition

void xn::UserPositionCapability::UnregisterFromUserPositionChange ( XnCallbackHandle  hCallback)
inline

Unregisters a callback function which was registered using xnRegisterToUserPositionChange.

For full details and usage, see xnUnregisterFromUserPositionChange


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