Point Cloud Library (PCL)
1.9.1
|
#include <pcl/PCLPointField.h>
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 |
Definition at line 16 of file PCLPointField.h.
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.
Enumerator | |
---|---|
INT8 | |
UINT8 | |
INT16 | |
UINT16 | |
INT32 | |
UINT32 | |
FLOAT32 | |
FLOAT64 |
Definition at line 27 of file PCLPointField.h.
|
inline |
Definition at line 18 of file PCLPointField.h.
pcl::uint32_t pcl::PCLPointField::count |
Definition at line 25 of file PCLPointField.h.
Referenced by pcl::detail::FieldAdder< PointT >::operator()(), pcl::FieldMatches< PointT, Tag >::operator()(), and FieldMatches< PointT, fields::rgb >::operator()().
pcl::uint8_t pcl::PCLPointField::datatype |
Definition at line 24 of file PCLPointField.h.
Referenced by pcl::detail::FieldAdder< PointT >::operator()(), pcl::FieldMatches< PointT, Tag >::operator()(), and FieldMatches< PointT, fields::rgb >::operator()().
std::string pcl::PCLPointField::name |
Definition at line 21 of file PCLPointField.h.
Referenced by pcl::detail::FieldAdder< PointT >::operator()(), pcl::FieldMatches< PointT, Tag >::operator()(), and FieldMatches< PointT, fields::rgb >::operator()().
pcl::uint32_t pcl::PCLPointField::offset |
Definition at line 23 of file PCLPointField.h.
Referenced by pcl::detail::FieldAdder< PointT >::operator()(), and pcl::detail::FieldMapper< PointT >::operator()().