![]() |
OpenNI 1.5.7
|
#include <XnModuleInterface.h>
Public Attributes | |
XnStatus(* | SetMirror )(XnModuleNodeHandle hInstance, XnBool bMirror) |
XnBool(* | IsMirrored )(XnModuleNodeHandle hInstance) |
XnModuleNodeHandle | hGenerator |
XnModuleNodeHandle XnModuleStateChangedHandler | handler |
XnModuleNodeHandle XnModuleStateChangedHandler void * | pCookie |
XnModuleNodeHandle XnModuleStateChangedHandler void XnCallbackHandle * | phCallback |
XnModuleNodeHandle XnCallbackHandle | hCallback |
XnModuleNodeHandle XnModuleStateChangedHandler XnModuleMirrorInterface::handler |
XnModuleNodeHandle XnCallbackHandle XnModuleMirrorInterface::hCallback |
XnModuleNodeHandle XnModuleMirrorInterface::hGenerator |
Registers a callback function to mirror changes.
hGenerator | [in] A handle to the instance. |
handler | [in] A pointer to a function that will be called when mirror changes. |
pCookie | [in] A user cookie that will be passed to the callback function. |
phCallback | [out] Optional. Will be filled with a handle to be passed to UnregisterFromMirrorChange(). |
Unregisters a callback function which was registered using RegisterToMirrorChange().
hGenerator | [in] A handle to the instance. |
hCallback | [in] The handle to the callback returned from RegisterToMirrorChange(). |
XnBool(* XnModuleMirrorInterface::IsMirrored)(XnModuleNodeHandle hInstance) |
Gets current mirroring configuration.
hGenerator | [in] A handle to the instance. |
XnModuleNodeHandle XnModuleStateChangedHandler void* XnModuleMirrorInterface::pCookie |
XnModuleNodeHandle XnModuleStateChangedHandler void XnCallbackHandle* XnModuleMirrorInterface::phCallback |
XnStatus(* XnModuleMirrorInterface::SetMirror)(XnModuleNodeHandle hInstance, XnBool bMirror) |
Sets current mirror configuration.
hGenerator | [in] A handle to the instance. |
bMirror | [in] TRUE for mirroring output, FALSE otherwise. |