Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Types | Public Attributes
pcl::PCLImage Struct Reference

#include <pcl/PCLImage.h>

+ Collaboration diagram for pcl::PCLImage:

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
 

Detailed Description

Definition at line 12 of file PCLImage.h.

Member Typedef Documentation

◆ ConstPtr

using pcl::PCLImage::ConstPtr = shared_ptr<const ::pcl::PCLImage>

Definition at line 26 of file PCLImage.h.

◆ Ptr

using pcl::PCLImage::Ptr = shared_ptr< ::pcl::PCLImage>

Definition at line 25 of file PCLImage.h.

Member Data Documentation

◆ data

std::vector<std::uint8_t> pcl::PCLImage::data

◆ encoding

std::string pcl::PCLImage::encoding

◆ header

::pcl::PCLHeader pcl::PCLImage::header

Definition at line 14 of file PCLImage.h.

Referenced by pcl::toPCLPointCloud2().

◆ height

uindex_t pcl::PCLImage::height = 0

◆ is_bigendian

std::uint8_t pcl::PCLImage::is_bigendian = 0

Definition at line 20 of file PCLImage.h.

◆ step

uindex_t pcl::PCLImage::step = 0

◆ width

uindex_t pcl::PCLImage::width = 0

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