|
| DepthMetaData () |
|
void | InitFrom (const DepthMetaData &other) |
|
XnStatus | InitFrom (const DepthMetaData &other, XnUInt32 nXRes, XnUInt32 nYRes, const XnDepthPixel *pExternalBuffer) |
|
XnStatus | CopyFrom (const DepthMetaData &other) |
|
XnStatus | ReAdjust (XnUInt32 nXRes, XnUInt32 nYRes, const XnDepthPixel *pExternalBuffer=NULL) |
|
XnDepthPixel | ZRes () const |
|
XnDepthPixel & | ZRes () |
|
const XnDepthPixel * | Data () const |
|
const XnDepthPixel *& | Data () |
|
XnDepthPixel * | WritableData () |
|
const xn::DepthMap & | DepthMap () const |
|
xn::DepthMap & | WritableDepthMap () |
|
const XnDepthPixel & | operator[] (XnUInt32 nIndex) const |
|
const XnDepthPixel & | operator() (XnUInt32 x, XnUInt32 y) const |
|
const XnDepthMetaData * | GetUnderlying () const |
|
XnDepthMetaData * | GetUnderlying () |
|
| MapMetaData (XnPixelFormat format, const XnUInt8 **ppData) |
|
XnUInt32 | XRes () const |
|
XnUInt32 & | XRes () |
|
XnUInt32 | YRes () const |
|
XnUInt32 & | YRes () |
|
XnUInt32 | XOffset () const |
|
XnUInt32 & | XOffset () |
|
XnUInt32 | YOffset () const |
|
XnUInt32 & | YOffset () |
|
XnUInt32 | FullXRes () const |
|
XnUInt32 & | FullXRes () |
|
XnUInt32 | FullYRes () const |
|
XnUInt32 & | FullYRes () |
|
XnUInt32 | FPS () const |
|
XnUInt32 & | FPS () |
|
XnPixelFormat | PixelFormat () const |
|
const XnMapMetaData * | GetUnderlying () const |
|
XnMapMetaData * | GetUnderlying () |
|
XnUInt32 | BytesPerPixel () const |
|
XnStatus | AllocateData (XnUInt32 nXRes, XnUInt32 nYRes) |
|
XnStatus | ReAdjust (XnUInt32 nXRes, XnUInt32 nYRes, const XnUInt8 *pExternalBuffer) |
|
| OutputMetaData (const XnUInt8 **ppData) |
|
virtual | ~OutputMetaData () |
|
XnUInt64 | Timestamp () const |
|
XnUInt64 & | Timestamp () |
|
XnUInt32 | FrameID () const |
|
XnUInt32 & | FrameID () |
|
XnUInt32 | DataSize () const |
|
XnUInt32 & | DataSize () |
|
XnBool | IsDataNew () const |
|
XnBool & | IsDataNew () |
|
const XnOutputMetaData * | GetUnderlying () const |
|
XnOutputMetaData * | GetUnderlying () |
|
const XnUInt8 * | Data () const |
|
const XnUInt8 *& | Data () |
|
XnUInt8 * | WritableData () |
|
XnStatus | AllocateData (XnUInt32 nBytes) |
|
void | Free () |
|
XnStatus | MakeDataWritable () |
|
Represents a MetaData object for generators producing depth-maps.