pcl::PCLImage Struct Reference

#include <pcl/PCLImage.h>

Collaboration diagram for pcl::PCLImage:
Collaboration graph
[legend]

List of all members.

Public Types

typedef boost::shared_ptr
< ::pcl::PCLImage
Ptr
typedef boost::shared_ptr
< ::pcl::PCLImage const > 
ConstPtr

Public Member Functions

 PCLImage ()

Public Attributes

::pcl::PCLHeader header
pcl::uint32_t height
pcl::uint32_t width
std::string encoding
pcl::uint8_t is_bigendian
pcl::uint32_t step
std::vector< pcl::uint8_t > data

Detailed Description

Definition at line 16 of file PCLImage.h.


Member Typedef Documentation

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.


Constructor & Destructor Documentation

pcl::PCLImage::PCLImage (  )  [inline]

Definition at line 18 of file PCLImage.h.


Member Data Documentation

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

Definition at line 22 of file PCLImage.h.

pcl::uint32_t pcl::PCLImage::height

Definition at line 28 of file PCLImage.h.

pcl::uint32_t pcl::PCLImage::step
pcl::uint32_t pcl::PCLImage::width

The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends