OpenNI 1.0.0
|
#include <XnCppWrapper.h>
Public Member Functions | |
IRGenerator (XnNodeHandle hNode=NULL) | |
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 |
XnStatus xn::IRGenerator::Create | ( | Context & | context, |
Query * | pQuery = NULL , |
||
EnumerationErrors * | pErrors = NULL |
||
) | [inline] |
Creates an IR generator.
For full details and usage, see xnCreateIRGeneratorconst 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 xnGetIRMapvoid xn::IRGenerator::GetMetaData | ( | IRMetaData & | metaData | ) | const [inline] |
Gets the current IR-map meta data.
For full details and usage, see xnGetIRMetaData