#include <PCLImage.h>
Public Types | |
typedef boost::shared_ptr < ::pcl::PCLImage const > | ConstPtr |
typedef boost::shared_ptr < ::pcl::PCLImage > | Ptr |
Public Member Functions | |
PCLImage () | |
Public Attributes | |
std::vector< pcl::uint8_t > | data |
std::string | encoding |
::pcl::PCLHeader | header |
pcl::uint32_t | height |
pcl::uint8_t | is_bigendian |
pcl::uint32_t | step |
pcl::uint32_t | width |
Definition at line 16 of file PCLImage.h.
typedef boost::shared_ptr< ::pcl::PCLImage const> pcl::PCLImage::ConstPtr |
Definition at line 34 of file PCLImage.h.
typedef boost::shared_ptr< ::pcl::PCLImage> pcl::PCLImage::Ptr |
Definition at line 33 of file PCLImage.h.
pcl::PCLImage::PCLImage | ( | ) | [inline] |
Definition at line 18 of file PCLImage.h.
std::vector<pcl::uint8_t> pcl::PCLImage::data |
Definition at line 31 of file PCLImage.h.
Definition at line 26 of file PCLImage.h.
Definition at line 22 of file PCLImage.h.
pcl::uint32_t pcl::PCLImage::height |
Definition at line 24 of file PCLImage.h.
pcl::uint8_t pcl::PCLImage::is_bigendian |
Definition at line 28 of file PCLImage.h.
pcl::uint32_t pcl::PCLImage::step |
Definition at line 29 of file PCLImage.h.
pcl::uint32_t pcl::PCLImage::width |
Definition at line 25 of file PCLImage.h.