OpenNI 1.5.7
Public Attributes | List of all members
XnModuleMapGeneratorInterface Struct Reference

#include <XnModuleInterface.h>

Public Attributes

XnModuleGeneratorInterfacepGeneratorInterface
 
XnModuleNodeHandle hGenerator
 
XnModuleNodeHandle
XnMapOutputMode
aModes
 
XnModuleNodeHandle
XnMapOutputMode XnUInt32 * 
pnCount
 
XnModuleNodeHandle const
XnMapOutputMode
pOutputMode
 
XnModuleNodeHandle
XnMapOutputMode
pOutputMode
 
XnModuleNodeHandle
XnModuleStateChangedHandler 
handler
 
XnModuleNodeHandle
XnModuleStateChangedHandler
void * 
pCookie
 
XnModuleNodeHandle
XnModuleStateChangedHandler
void XnCallbackHandle
phCallback
 
XnModuleNodeHandle XnCallbackHandle hCallback
 
XnModuleCroppingInterfacepCroppingInterface
 
XnModuleAntiFlickerInterfacepAntiFlickerInterface
 

Member Data Documentation

XnModuleNodeHandle XnMapOutputMode* XnModuleMapGeneratorInterface::aModes
XnModuleNodeHandle XnModuleStateChangedHandler XnModuleMapGeneratorInterface::handler
XnModuleNodeHandle XnCallbackHandle XnModuleMapGeneratorInterface::hCallback
XnModuleNodeHandle XnModuleMapGeneratorInterface::hGenerator

Gets the number of supported modes. This is useful for allocating an array that will be passed to GetSupportedMapOutputModes().

Parameters
hInstance[in] A handle to the instance.

Gets a list of all supported modes. The size of the array that should be passed can be obtained by calling GetSupportedMapOutputModesCount().

Parameters
hInstance[in] A handle to the instance.
aModes[in/out] An array to be filled with supported modes.
pnCount[in/out] In: number of elements allocated in the array. Out: number of elements actually written to the array.

Sets the output mode.

Parameters
hGenerator[in] A handle to the instance.
pOutputMode[in] The output mode to be set.

Gets the current output mode.

Parameters
hGenerator[in] A handle to the instance.
pOutputMode[out] Current output mode.

Registers a callback function to mode changes.

Parameters
hGenerator[in] A handle to the instance.
handler[in] A pointer to a function that will be called when mode 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 UnregisterFromMapOutputModeChange.

Unregisters a callback function which was registered using RegisterToMapOutputModeChange.

Parameters
hGenerator[in] A handle to the instance.
hCallback[in] The handle to the callback returned from RegisterToMapOutputModeChange.

Gets the number of bytes per pixel

Parameters
hGenerator[in] A handle to the instance.
XnModuleAntiFlickerInterface* XnModuleMapGeneratorInterface::pAntiFlickerInterface
XnModuleNodeHandle XnModuleStateChangedHandler void* XnModuleMapGeneratorInterface::pCookie
XnModuleCroppingInterface* XnModuleMapGeneratorInterface::pCroppingInterface
XnModuleGeneratorInterface* XnModuleMapGeneratorInterface::pGeneratorInterface

Contains the generator interface.

XnModuleNodeHandle XnModuleStateChangedHandler void XnCallbackHandle* XnModuleMapGeneratorInterface::phCallback
XnModuleNodeHandle XnMapOutputMode XnUInt32* XnModuleMapGeneratorInterface::pnCount
XnModuleNodeHandle const XnMapOutputMode* XnModuleMapGeneratorInterface::pOutputMode
XnModuleNodeHandle XnMapOutputMode* XnModuleMapGeneratorInterface::pOutputMode

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