Public Member Functions

xn::MirrorCapability Class Reference
[C++ Reference]

#include <XnCppWrapper.h>

Inheritance diagram for xn::MirrorCapability:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 MirrorCapability (XnNodeHandle hNode)
XnStatus SetMirror (XnBool bMirror)
XnBool IsMirrored () const
XnStatus RegisterToMirrorChange (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)
void UnregisterFromMirrorChange (XnCallbackHandle hCallback)

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

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: