#include <XnCppWrapper.h>
Public Member Functions | |
const XnIRPixel * | GetIRMap () const |
void | GetMetaData (IRMetaData &metaData) const |
IRGenerator (XnNodeHandle hNode=NULL) | |
XnStatus | Create (Context &context, Query *pQuery=NULL, EnumerationErrors *pErrors=NULL) |
Represents an IR generator
Definition at line 2731 of file XnCppWrapper.h.
xn::IRGenerator::IRGenerator | ( | XnNodeHandle | hNode = NULL | ) | [inline] |
XnStatus xn::IRGenerator::Create | ( | Context & | context, |
Query * | pQuery = NULL , |
||
EnumerationErrors * | pErrors = NULL |
||
) | [inline] |
Creates an IR generator.
For full details and usage, see xnCreateIRGeneratorDefinition at line 4596 of file XnCppWrapper.h.
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 xnGetIRMapDefinition at line 2757 of file XnCppWrapper.h.
void xn::IRGenerator::GetMetaData | ( | IRMetaData & | metaData | ) | const [inline] |
Gets the current IR-map meta data.
For full details and usage, see xnGetIRMetaDataDefinition at line 2749 of file XnCppWrapper.h.