Point Cloud Library (PCL) 1.12.0
|
#include <pcl/PCLImage.h>
Public Types | |
using | Ptr = shared_ptr< ::pcl::PCLImage> |
using | ConstPtr = shared_ptr<const ::pcl::PCLImage> |
Public Attributes | |
::pcl::PCLHeader | header |
uindex_t | height = 0 |
uindex_t | width = 0 |
std::string | encoding |
std::uint8_t | is_bigendian = 0 |
uindex_t | step = 0 |
std::vector< std::uint8_t > | data |
Definition at line 12 of file PCLImage.h.
using pcl::PCLImage::ConstPtr = shared_ptr<const ::pcl::PCLImage> |
Definition at line 26 of file PCLImage.h.
using pcl::PCLImage::Ptr = shared_ptr< ::pcl::PCLImage> |
Definition at line 25 of file PCLImage.h.
std::vector<std::uint8_t> pcl::PCLImage::data |
Definition at line 23 of file PCLImage.h.
std::string pcl::PCLImage::encoding |
Definition at line 18 of file PCLImage.h.
::pcl::PCLHeader pcl::PCLImage::header |
Definition at line 14 of file PCLImage.h.
uindex_t pcl::PCLImage::height = 0 |
Definition at line 16 of file PCLImage.h.
std::uint8_t pcl::PCLImage::is_bigendian = 0 |
Definition at line 20 of file PCLImage.h.
uindex_t pcl::PCLImage::step = 0 |
Definition at line 21 of file PCLImage.h.
uindex_t pcl::PCLImage::width = 0 |
Definition at line 17 of file PCLImage.h.