Public Member Functions
xn::MapGenerator Class Reference

#include <XnCppWrapper.h>

Inheritance diagram for xn::MapGenerator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

CroppingCapability GetCroppingCap ()
XnStatus GetMapOutputMode (XnMapOutputMode &OutputMode) const
XnStatus GetSupportedMapOutputModes (XnMapOutputMode *aModes, XnUInt32 &nCount) const
XnUInt32 GetSupportedMapOutputModesCount () const
 MapGenerator (XnNodeHandle hNode=NULL)
XnStatus RegisterToMapOutputModeChange (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)
XnStatus SetMapOutputMode (const XnMapOutputMode &OutputMode)
void UnregisterFromMapOutputModeChange (XnCallbackHandle hCallback)

Detailed Description

Base class for Map Generators

Definition at line 2279 of file XnCppWrapper.h.


Constructor & Destructor Documentation

xn::MapGenerator::MapGenerator ( XnNodeHandle  hNode = NULL) [inline]

Ctor

Parameters:
hNode[in] Node handle

Definition at line 2287 of file XnCppWrapper.h.


Member Function Documentation

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

Definition at line 2342 of file XnCppWrapper.h.

Gets the current output mode.

For full details and usage, see xnGetMapOutputMode

Definition at line 2316 of file XnCppWrapper.h.

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 xnGetSupportedMapOutputModes

Definition at line 2300 of file XnCppWrapper.h.

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 xnGetSupportedMapOutputModesCount

Definition at line 2292 of file XnCppWrapper.h.

XnStatus xn::MapGenerator::RegisterToMapOutputModeChange ( StateChangedHandler  handler,
void pCookie,
XnCallbackHandle hCallback 
) [inline]

Registers a callback function to mode changes.

For full details and usage, see xnRegisterToMapOutputModeChange

Definition at line 2324 of file XnCppWrapper.h.

Sets the output mode.

For full details and usage, see xnSetMapOutputMode

Definition at line 2308 of file XnCppWrapper.h.

Unregisters a callback function which was registered using xnRegisterToMapOutputModeChange.

For full details and usage, see xnUnregisterFromMapOutputModeChange

Definition at line 2332 of file XnCppWrapper.h.


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


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