OpenNI 1.3.2

xn::MockIRGenerator Class Reference

#include <XnCppWrapper.h>

Inheritance diagram for xn::MockIRGenerator:

List of all members.

Public Member Functions

 MockIRGenerator (XnNodeHandle hNode=NULL)
 MockIRGenerator (const NodeWrapper &other)
XnStatus SetData (XnUInt32 nFrameID, XnUInt64 nTimestamp, XnUInt32 nDataSize, const XnIRPixel *pIRMap)
XnStatus SetData (const IRMetaData &irMD, XnUInt32 nFrameID, XnUInt64 nTimestamp)
XnStatus SetData (const IRMetaData &irMD)
XnStatus Create (Context &context, const XnChar *strName=NULL)
XnStatus CreateBasedOn (IRGenerator &other, const XnChar *strName=NULL)

Detailed Description

Represents a mock IR generator


Constructor & Destructor Documentation

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

Ctor

Parameters:
hNode[in] Node handle
xn::MockIRGenerator::MockIRGenerator ( const NodeWrapper other) [inline]

Member Function Documentation

XnStatus xn::MockIRGenerator::Create ( Context context,
const XnChar *  strName = NULL 
) [inline]

Creates a mock IR generator

Parameters:
context[in] The context in which the node should be generated
strName[in] Optional. The name of the new node.
XnStatus xn::MockIRGenerator::CreateBasedOn ( IRGenerator other,
const XnChar *  strName = NULL 
) [inline]

Creates a mock IR generator, copying the initial state from another IR generator.

Parameters:
other[in] The IR generator to copy state from
strName[in] Optional. The name of the new node.
XnStatus xn::MockIRGenerator::SetData ( const IRMetaData irMD,
XnUInt32  nFrameID,
XnUInt64  nTimestamp 
) [inline]

Sets the data of the mock node from a meta data object, overriding frame ID and timestamp

Parameters:
irMD[in] Object to take data from
nFrameID[in] Frame ID
nTimestamp[in] Timestamp
XnStatus xn::MockIRGenerator::SetData ( XnUInt32  nFrameID,
XnUInt64  nTimestamp,
XnUInt32  nDataSize,
const XnIRPixel pIRMap 
) [inline]
For full details and usage, see xnMockIRSetData

XnStatus xn::MockIRGenerator::SetData ( const IRMetaData irMD) [inline]

Sets the data of the mock node from a meta data object.

Parameters:
irMD[in] Object to take data from

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