![]() |
OpenNI 1.5.2
|
#include <XnCppWrapper.h>
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) |
Allows access to Mirror capability functions. see Mirror Capability for additional details.
xn::MirrorCapability::MirrorCapability | ( | XnNodeHandle | hNode | ) | [inline] |
Ctor
hNode | [in] Node handle |
xn::MirrorCapability::MirrorCapability | ( | const NodeWrapper & | node | ) | [inline] |
XnBool xn::MirrorCapability::IsMirrored | ( | ) | const [inline] |
Gets current mirroring configuration.
For full details and usage, see xnIsMirroredXnStatus xn::MirrorCapability::RegisterToMirrorChange | ( | StateChangedHandler | handler, |
void * | pCookie, | ||
XnCallbackHandle & | hCallback | ||
) | [inline] |
Registers a callback function to mirror changes.
For full details and usage, see xnRegisterToMirrorChangeXnStatus xn::MirrorCapability::SetMirror | ( | XnBool | bMirror | ) | [inline] |
Sets current mirror configuration.
For full details and usage, see xnSetMirrorvoid xn::MirrorCapability::UnregisterFromMirrorChange | ( | XnCallbackHandle | hCallback | ) | [inline] |
Unregisters a callback function which was registered using xnRegisterToMirrorChange().
For full details and usage, see xnUnregisterFromMirrorChange