OpenNI 1.3.2
|
#include <XnCppWrapper.h>
Base class for Map Generators
xn::MapGenerator::MapGenerator | ( | XnNodeHandle | hNode = NULL | ) | [inline] |
Ctor
hNode | [in] Node handle |
xn::MapGenerator::MapGenerator | ( | const NodeWrapper & | other | ) | [inline] |
AntiFlickerCapability xn::MapGenerator::GetAntiFlickerCap | ( | ) | [inline] |
Gets an AntiFlickerCapability object for accessing Anti Flicker functionality. It is the application responsibility to check first if XN_CAPABILITY_ANTI_FLICKER is supported by calling IsCapabilitySupported().
Gets an GeneralIntCapability object for accessing BacklightCompensation functionality. It is the application responsibility to check first if XN_CAPABILITY_BACKLIGHT_COMPENSATION is supported by calling IsCapabilitySupported().
GeneralIntCapability xn::MapGenerator::GetBrightnessCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Brightness functionality. It is the application responsibility to check first if XN_CAPABILITY_BRIGHTNESS is supported by calling IsCapabilitySupported().
XnUInt32 xn::MapGenerator::GetBytesPerPixel | ( | ) | const [inline] |
Gets the number of bytes per pixel for this map generator.
For full details and usage, see xnGetBytesPerPixelGeneralIntCapability xn::MapGenerator::GetContrastCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Contrast functionality. It is the application responsibility to check first if XN_CAPABILITY_CONTRAST is supported by calling IsCapabilitySupported().
const CroppingCapability xn::MapGenerator::GetCroppingCap | ( | ) | const [inline] |
Gets an CroppingCapability object for accessing Cropping functionality. It is the application responsibility to check first if XN_CAPABILITY_CROPPING is supported by calling IsCapabilitySupported().
CroppingCapability xn::MapGenerator::GetCroppingCap | ( | ) | [inline] |
Gets an CroppingCapability object for accessing Cropping functionality. It is the application responsibility to check first if XN_CAPABILITY_CROPPING is supported by calling IsCapabilitySupported().
GeneralIntCapability xn::MapGenerator::GetExposureCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Exposure functionality. It is the application responsibility to check first if XN_CAPABILITY_EXPOSURE is supported by calling IsCapabilitySupported().
GeneralIntCapability xn::MapGenerator::GetFocusCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Focus functionality. It is the application responsibility to check first if XN_CAPABILITY_FOCUS is supported by calling IsCapabilitySupported().
GeneralIntCapability xn::MapGenerator::GetGainCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Gain functionality. It is the application responsibility to check first if XN_CAPABILITY_GAIN is supported by calling IsCapabilitySupported().
GeneralIntCapability xn::MapGenerator::GetGammaCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Gamma functionality. It is the application responsibility to check first if XN_CAPABILITY_GAMMA is supported by calling IsCapabilitySupported().
GeneralIntCapability xn::MapGenerator::GetHueCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Hue functionality. It is the application responsibility to check first if XN_CAPABILITY_HUE is supported by calling IsCapabilitySupported().
GeneralIntCapability xn::MapGenerator::GetIrisCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Iris functionality. It is the application responsibility to check first if XN_CAPABILITY_IRIS is supported by calling IsCapabilitySupported().
Gets an GeneralIntCapability object for accessing Low Light Compensation functionality. It is the application responsibility to check first if XN_CAPABILITY_LOW_LIGHT_COMPENSATION is supported by calling IsCapabilitySupported().
XnStatus xn::MapGenerator::GetMapOutputMode | ( | XnMapOutputMode & | OutputMode | ) | const [inline] |
Gets the current output mode.
For full details and usage, see xnGetMapOutputModeGeneralIntCapability xn::MapGenerator::GetPanCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Pan functionality. It is the application responsibility to check first if XN_CAPABILITY_PAN is supported by calling IsCapabilitySupported().
GeneralIntCapability xn::MapGenerator::GetRollCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Roll functionality. It is the application responsibility to check first if XN_CAPABILITY_ROLL is supported by calling IsCapabilitySupported().
GeneralIntCapability xn::MapGenerator::GetSaturationCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Saturation functionality. It is the application responsibility to check first if XN_CAPABILITY_SATURATION is supported by calling IsCapabilitySupported().
GeneralIntCapability xn::MapGenerator::GetSharpnessCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Sharpness functionality. It is the application responsibility to check first if XN_CAPABILITY_SHARPNESS is supported by calling IsCapabilitySupported().
XnStatus xn::MapGenerator::GetSupportedMapOutputModes | ( | XnMapOutputMode * | aModes, |
XnUInt32 & | nCount | ||
) | const [inline] |
Gets a list of all supported modes. The size of the array that should be passed can be obtained by calling xnGetSupportedMapOutputModesCount().
For full details and usage, see xnGetSupportedMapOutputModesXnUInt32 xn::MapGenerator::GetSupportedMapOutputModesCount | ( | ) | const [inline] |
Gets the number of supported modes. This is useful for allocating an array that will be passed to xnGetSupportedMapOutputModes().
For full details and usage, see xnGetSupportedMapOutputModesCountGeneralIntCapability xn::MapGenerator::GetTiltCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Tilt functionality. It is the application responsibility to check first if XN_CAPABILITY_TILT is supported by calling IsCapabilitySupported().
GeneralIntCapability xn::MapGenerator::GetWhiteBalanceCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing WhiteBalance functionality. It is the application responsibility to check first if XN_CAPABILITY_COLOR_TEMPERATURE is supported by calling IsCapabilitySupported().
GeneralIntCapability xn::MapGenerator::GetZoomCap | ( | ) | [inline] |
Gets an GeneralIntCapability object for accessing Zoom functionality. It is the application responsibility to check first if XN_CAPABILITY_ZOOM is supported by calling IsCapabilitySupported().
XnStatus xn::MapGenerator::RegisterToMapOutputModeChange | ( | StateChangedHandler | handler, |
void * | pCookie, | ||
XnCallbackHandle & | hCallback | ||
) | [inline] |
Registers a callback function to mode changes.
For full details and usage, see xnRegisterToMapOutputModeChangeXnStatus xn::MapGenerator::SetMapOutputMode | ( | const XnMapOutputMode & | OutputMode | ) | [inline] |
Sets the output mode.
For full details and usage, see xnSetMapOutputModevoid xn::MapGenerator::UnregisterFromMapOutputModeChange | ( | XnCallbackHandle | hCallback | ) | [inline] |
Unregisters a callback function which was registered using xnRegisterToMapOutputModeChange.
For full details and usage, see xnUnregisterFromMapOutputModeChange