#include <XnModuleInterface.h>
Public Member Functions | |
void (XN_CALLBACK_TYPE *UnregisterFromCroppingChange)(XnModuleNodeHandle hGenerator | |
XnStatus (XN_CALLBACK_TYPE *SetCropping)(XnModuleNodeHandle hGenerator | |
XnStatus (XN_CALLBACK_TYPE *GetCropping)(XnModuleNodeHandle hGenerator | |
XnStatus (XN_CALLBACK_TYPE *RegisterToCroppingChange)(XnModuleNodeHandle hGenerator | |
Public Attributes | |
XnModuleStateChangedHandler | handler |
XnCallbackHandle | hCallback |
XnModuleStateChangedHandler void * | pCookie |
const XnCropping * | pCropping |
XnCropping * | pCropping |
XnModuleStateChangedHandler void XnCallbackHandle * | phCallback |
Definition at line 680 of file XnModuleInterface.h.
XnModuleCroppingInterface::void | ( | XN_CALLBACK_TYPE * | UnregisterFromCroppingChange | ) |
Unregisters a callback function which was registered using RegisterToCroppingChange().
hGenerator | [in] A handle to the instance. |
hCallback | [in] The handle to the callback returned from RegisterToCroppingChange(). |
XnModuleCroppingInterface::XnStatus | ( | XN_CALLBACK_TYPE * | SetCropping | ) |
Sets the cropping.
hGenerator | [in] A handle to the instance. |
pCropping | [in] The cropping configuration to be set. |
XnModuleCroppingInterface::XnStatus | ( | XN_CALLBACK_TYPE * | GetCropping | ) |
Gets current cropping configuration.
hGenerator | [in] A handle to the instance. |
pCropping | [out] Current cropping configuration. |
XnModuleCroppingInterface::XnStatus | ( | XN_CALLBACK_TYPE * | RegisterToCroppingChange | ) |
Registers a callback function to cropping changes.
hGenerator | [in] A handle to the instance. |
handler | [in] A pointer to a function that will be called when cropping 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 UnregisterFromCroppingChange(). |
Definition at line 707 of file XnModuleInterface.h.
Definition at line 717 of file XnModuleInterface.h.
Definition at line 707 of file XnModuleInterface.h.
Definition at line 688 of file XnModuleInterface.h.
Definition at line 696 of file XnModuleInterface.h.
Definition at line 707 of file XnModuleInterface.h.