Public Member Functions | Public Attributes
XnModuleMirrorInterface Struct Reference

#include <XnModuleInterface.h>

List of all members.

Public Member Functions

 void (XN_CALLBACK_TYPE *UnregisterFromMirrorChange)(XnModuleNodeHandle hGenerator
 XnBool (XN_CALLBACK_TYPE *IsMirrored)(XnModuleNodeHandle hInstance)
 XnStatus (XN_CALLBACK_TYPE *SetMirror)(XnModuleNodeHandle hInstance
 XnStatus (XN_CALLBACK_TYPE *RegisterToMirrorChange)(XnModuleNodeHandle hGenerator

Public Attributes

XnBool bMirror
XnModuleStateChangedHandler handler
XnCallbackHandle hCallback
XnModuleStateChangedHandler voidpCookie
XnModuleStateChangedHandler
void XnCallbackHandle
phCallback

Detailed Description

Definition at line 297 of file XnModuleInterface.h.


Member Function Documentation

XnModuleMirrorInterface::void ( XN_CALLBACK_TYPE UnregisterFromMirrorChange)

Unregisters a callback function which was registered using RegisterToMirrorChange().

Parameters:
hGenerator[in] A handle to the instance.
hCallback[in] The handle to the callback returned from RegisterToMirrorChange().

Gets current mirroring configuration.

Parameters:
hGenerator[in] A handle to the instance.

Sets current mirror configuration.

Parameters:
hGenerator[in] A handle to the instance.
bMirror[in] TRUE for mirroring output, FALSE otherwise.
XnModuleMirrorInterface::XnStatus ( XN_CALLBACK_TYPE RegisterToMirrorChange)

Registers a callback function to mirror changes.

Parameters:
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().

Member Data Documentation

Definition at line 305 of file XnModuleInterface.h.

Definition at line 323 of file XnModuleInterface.h.

Definition at line 333 of file XnModuleInterface.h.

Definition at line 323 of file XnModuleInterface.h.

Definition at line 323 of file XnModuleInterface.h.


The documentation for this struct was generated from the following file:


nao_openni
Author(s): Bener SUAY
autogenerated on Mon Jan 6 2014 11:27:52