OpenNI 1.0.0
Public Member Functions
xn::MirrorCapability Class 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

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

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: