![]() |
OpenNI 1.5.2
|
#include <XnCppWrapper.h>

Public Member Functions | |
| IRGenerator (XnNodeHandle hNode=NULL) | |
| IRGenerator (const NodeWrapper &other) | |
| void | GetMetaData (IRMetaData &metaData) const |
| const XnIRPixel * | GetIRMap () const |
| XnStatus | Create (Context &context, Query *pQuery=NULL, EnumerationErrors *pErrors=NULL) |
Represents an IR generator
| xn::IRGenerator::IRGenerator | ( | XnNodeHandle | hNode = NULL | ) | [inline] |
Ctor
| hNode | [in] Node handle |
| xn::IRGenerator::IRGenerator | ( | const NodeWrapper & | other | ) | [inline] |
| XnStatus xn::IRGenerator::Create | ( | Context & | context, |
| Query * | pQuery = NULL, |
||
| EnumerationErrors * | pErrors = NULL |
||
| ) | [inline] |
Creates an IR generator.
For full details and usage, see xnCreateIRGenerator| const XnIRPixel* xn::IRGenerator::GetIRMap | ( | ) | const [inline] |
Gets the current IR-map. This map is updated after a call to xnWaitAndUpdateData().
For full details and usage, see xnGetIRMap| void xn::IRGenerator::GetMetaData | ( | IRMetaData & | metaData | ) | const [inline] |
Gets the current IR-map meta data.
For full details and usage, see xnGetIRMetaData
1.7.6.1