#include <XnCppWrapper.h>
Public Member Functions | |
XnBool | IsMirrored () const |
MirrorCapability (XnNodeHandle hNode) | |
XnStatus | RegisterToMirrorChange (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback) |
XnStatus | SetMirror (XnBool bMirror) |
void | UnregisterFromMirrorChange (XnCallbackHandle hCallback) |
Allows access to Mirror capability functions. see Mirror Capability for additional details.
Definition at line 1732 of file XnCppWrapper.h.
xn::MirrorCapability::MirrorCapability | ( | XnNodeHandle | hNode | ) | [inline] |
XnBool xn::MirrorCapability::IsMirrored | ( | ) | const [inline] |
Gets current mirroring configuration.
For full details and usage, see xnIsMirroredDefinition at line 1753 of file XnCppWrapper.h.
XnStatus xn::MirrorCapability::RegisterToMirrorChange | ( | StateChangedHandler | handler, |
void * | pCookie, | ||
XnCallbackHandle & | hCallback | ||
) | [inline] |
Registers a callback function to mirror changes.
For full details and usage, see xnRegisterToMirrorChangeDefinition at line 1761 of file XnCppWrapper.h.
XnStatus xn::MirrorCapability::SetMirror | ( | XnBool | bMirror | ) | [inline] |
Sets current mirror configuration.
For full details and usage, see xnSetMirrorDefinition at line 1745 of file XnCppWrapper.h.
void xn::MirrorCapability::UnregisterFromMirrorChange | ( | XnCallbackHandle | hCallback | ) | [inline] |
Unregisters a callback function which was registered using xnRegisterToMirrorChange().
For full details and usage, see xnUnregisterFromMirrorChangeDefinition at line 1769 of file XnCppWrapper.h.