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

#include <XnCppWrapper.h>

Inheritance diagram for xn::MirrorCapability:
Inheritance graph

Public Member Functions

 MirrorCapability (XnNodeHandle hNode)
 MirrorCapability (const NodeWrapper &node)
XnStatus SetMirror (XnBool bMirror)
XnBool IsMirrored () const
XnStatus RegisterToMirrorChange (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)
void UnregisterFromMirrorChange (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 Mirror capability functions. see Mirror Capability for additional details.

Constructor & Destructor Documentation

xn::MirrorCapability::MirrorCapability ( XnNodeHandle  hNode)
inline

Ctor

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

Member Function Documentation

XnBool xn::MirrorCapability::IsMirrored ( ) const
inline

Gets current mirroring configuration. For full details and usage, see xnIsMirrored

XnStatus xn::MirrorCapability::RegisterToMirrorChange ( StateChangedHandler  handler,
void *  pCookie,
XnCallbackHandle hCallback 
)
inline

Registers a callback function to mirror changes. For full details and usage, see xnRegisterToMirrorChange

XnStatus xn::MirrorCapability::SetMirror ( XnBool  bMirror)
inline

Sets current mirror configuration. For full details and usage, see xnSetMirror

void xn::MirrorCapability::UnregisterFromMirrorChange ( XnCallbackHandle  hCallback)
inline

Unregisters a callback function which was registered using xnRegisterToMirrorChange(). For full details and usage, see xnUnregisterFromMirrorChange


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