#include <XnCppWrapper.h>

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) |
Allows access to Mirror capability functions. see Mirror Capability for additional details.
| xn::MirrorCapability::MirrorCapability | ( | XnNodeHandle | hNode | ) | [inline] |
Ctor
| hNode | [in] Node handle |
| 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
1.6.3