|
Point Cloud Library (PCL)
1.10.0
|
#include <pcl/PCLPointField.h>
Public Types | |
| enum | PointFieldTypes { INT8 = 1, UINT8 = 2, INT16 = 3, UINT16 = 4, INT32 = 5, UINT32 = 6, FLOAT32 = 7, FLOAT64 = 8 } |
| using | Ptr = shared_ptr< ::pcl::PCLPointField > |
| using | ConstPtr = shared_ptr< const ::pcl::PCLPointField > |
Public Attributes | |
| std::string | name |
| std::uint32_t | offset = 0 |
| std::uint8_t | datatype = 0 |
| std::uint32_t | count = 0 |
Definition at line 14 of file PCLPointField.h.
| using pcl::PCLPointField::ConstPtr = shared_ptr<const ::pcl::PCLPointField> |
Definition at line 33 of file PCLPointField.h.
| using pcl::PCLPointField::Ptr = shared_ptr< ::pcl::PCLPointField> |
Definition at line 32 of file PCLPointField.h.
| Enumerator | |
|---|---|
| INT8 | |
| UINT8 | |
| INT16 | |
| UINT16 | |
| INT32 | |
| UINT32 | |
| FLOAT32 | |
| FLOAT64 | |
Definition at line 22 of file PCLPointField.h.
| std::uint32_t pcl::PCLPointField::count = 0 |
Definition at line 20 of file PCLPointField.h.
Referenced by pcl::detail::FieldAdder< PointT >::operator()(), and pcl::FieldMatches< PointT, Tag >::operator()().
| std::uint8_t pcl::PCLPointField::datatype = 0 |
Definition at line 19 of file PCLPointField.h.
Referenced by pcl::detail::FieldAdder< PointT >::operator()(), and pcl::FieldMatches< PointT, Tag >::operator()().
| std::string pcl::PCLPointField::name |
Definition at line 16 of file PCLPointField.h.
Referenced by pcl::detail::FieldAdder< PointT >::operator()(), and pcl::FieldMatches< PointT, Tag >::operator()().
| std::uint32_t pcl::PCLPointField::offset = 0 |
Definition at line 18 of file PCLPointField.h.
Referenced by pcl::detail::FieldAdder< PointT >::operator()().