OpenNI 1.0.0
|
#include <XnCppWrapper.h>
Public Member Functions | |
MapGenerator (XnNodeHandle hNode=NULL) | |
XnUInt32 | GetSupportedMapOutputModesCount () const |
XnStatus | GetSupportedMapOutputModes (XnMapOutputMode *aModes, XnUInt32 &nCount) const |
XnStatus | SetMapOutputMode (const XnMapOutputMode &OutputMode) |
XnStatus | GetMapOutputMode (XnMapOutputMode &OutputMode) const |
XnStatus | RegisterToMapOutputModeChange (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback) |
void | UnregisterFromMapOutputModeChange (XnCallbackHandle hCallback) |
CroppingCapability | GetCroppingCap () |
Base class for Map Generators
xn::MapGenerator::MapGenerator | ( | XnNodeHandle | hNode = NULL | ) | [inline] |
Ctor
hNode | [in] Node handle |
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().
XnStatus xn::MapGenerator::GetMapOutputMode | ( | XnMapOutputMode & | OutputMode | ) | const [inline] |
Gets the current output mode.
For full details and usage, see xnGetMapOutputModeXnStatus 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 xnGetSupportedMapOutputModesCountXnStatus 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