Point Cloud Library (PCL)  1.7.0
Public Types | Public Member Functions | Public Attributes
pcl::PCLPointField Struct Reference

#include <pcl/PCLPointField.h>

List of all members.

Public Types

enum  PointFieldTypes {
  INT8 = 1, UINT8 = 2, INT16 = 3, UINT16 = 4,
  INT32 = 5, UINT32 = 6, FLOAT32 = 7, FLOAT64 = 8
}
typedef boost::shared_ptr
< ::pcl::PCLPointField
Ptr
typedef boost::shared_ptr
< ::pcl::PCLPointField const > 
ConstPtr

Public Member Functions

 PCLPointField ()

Public Attributes

std::string name
pcl::uint32_t offset
pcl::uint8_t datatype
pcl::uint32_t count

Detailed Description

Definition at line 16 of file PCLPointField.h.


Member Typedef Documentation

typedef boost::shared_ptr< ::pcl::PCLPointField const> pcl::PCLPointField::ConstPtr

Definition at line 38 of file PCLPointField.h.

typedef boost::shared_ptr< ::pcl::PCLPointField> pcl::PCLPointField::Ptr

Definition at line 37 of file PCLPointField.h.


Member Enumeration Documentation

Enumerator:
INT8 
UINT8 
INT16 
UINT16 
INT32 
UINT32 
FLOAT32 
FLOAT64 

Definition at line 27 of file PCLPointField.h.


Constructor & Destructor Documentation

Definition at line 18 of file PCLPointField.h.


Member Data Documentation


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