|
Point Cloud Library (PCL) 1.15.0
|
A point structure representing Digital Elevation Map. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | PointDEM (const _PointDEM &p) |
| constexpr | PointDEM () |
| constexpr | PointDEM (float _x, float _y, float _z) |
| constexpr | PointDEM (float _x, float _y, float _z, float _intensity, float _intensity_variance, float _height_variance) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const PointDEM &p) |
Additional Inherited Members | |
| Public Attributes inherited from pcl::_PointDEM | |
| PCL_ADD_POINT4D float | intensity |
| float | intensity_variance |
| float | height_variance |
A point structure representing Digital Elevation Map.
Definition at line 1701 of file point_types.hpp.
|
inlineconstexpr |
Definition at line 1703 of file point_types.hpp.
References pcl::_PointDEM::height_variance, pcl::_PointDEM::intensity, pcl::_PointDEM::intensity_variance, and PointDEM().
Referenced by operator<<, PointDEM(), PointDEM(), and PointDEM().
|
inlineconstexpr |
Definition at line 1706 of file point_types.hpp.
References PointDEM().
|
inlineconstexpr |
Definition at line 1708 of file point_types.hpp.
References PointDEM().
|
inlineconstexpr |
Definition at line 1710 of file point_types.hpp.
|
friend |
References PointDEM().