Class containing just a reference to IR meta data. More...
#include <openni_ir_image.h>
Public Types | |
typedef boost::shared_ptr < const IRImage > | ConstPtr |
typedef boost::shared_ptr < IRImage > | Ptr |
Public Member Functions | |
void | fillRaw (unsigned short *ir_buffer) const throw (OpenNIException) |
unsigned | getFrameID () const throw () |
unsigned | getHeight () const throw () |
const xn::IRMetaData & | getMetaData () const throw () |
unsigned long | getTimeStamp () const throw () |
unsigned | getWidth () const throw () |
IRImage (boost::shared_ptr< xn::IRMetaData > ir_meta_data) throw () | |
virtual | ~IRImage () throw () |
Protected Attributes | |
boost::shared_ptr< xn::IRMetaData > | ir_md_ |
Class containing just a reference to IR meta data.
Definition at line 50 of file openni_ir_image.h.
typedef boost::shared_ptr<const IRImage> openni_wrapper::IRImage::ConstPtr |
Definition at line 54 of file openni_ir_image.h.
typedef boost::shared_ptr<IRImage> openni_wrapper::IRImage::Ptr |
Definition at line 53 of file openni_ir_image.h.
openni_wrapper::IRImage::IRImage | ( | boost::shared_ptr< xn::IRMetaData > | ir_meta_data | ) | throw () [inline] |
Definition at line 75 of file openni_ir_image.h.
openni_wrapper::IRImage::~IRImage | ( | ) | throw () [inline, virtual] |
Definition at line 80 of file openni_ir_image.h.
void openni_wrapper::IRImage::fillRaw | ( | unsigned short * | ir_buffer | ) | const throw (OpenNIException) [inline] |
Definition at line 60 of file openni_ir_image.h.
unsigned openni_wrapper::IRImage::getFrameID | ( | ) | const throw () [inline] |
Definition at line 94 of file openni_ir_image.h.
unsigned openni_wrapper::IRImage::getHeight | ( | ) | const throw () [inline] |
Definition at line 89 of file openni_ir_image.h.
const xn::IRMetaData & openni_wrapper::IRImage::getMetaData | ( | ) | const throw () [inline] |
Definition at line 104 of file openni_ir_image.h.
unsigned long openni_wrapper::IRImage::getTimeStamp | ( | ) | const throw () [inline] |
Definition at line 99 of file openni_ir_image.h.
unsigned openni_wrapper::IRImage::getWidth | ( | ) | const throw () [inline] |
Definition at line 84 of file openni_ir_image.h.
boost::shared_ptr<xn::IRMetaData> openni_wrapper::IRImage::ir_md_ [protected] |
Definition at line 72 of file openni_ir_image.h.