|
Point Cloud Library (PCL) 1.12.1
|
A point structure representing Digital Elevation Map. More...
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::PointDEM:
Collaboration diagram for pcl::PointDEM:Public Member Functions | |
| PointDEM (const _PointDEM &p) | |
| PointDEM () | |
| PointDEM (float _x, float _y, float _z) | |
| 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 1878 of file point_types.hpp.
|
inline |
Definition at line 1880 of file point_types.hpp.
References pcl::_PointDEM::height_variance, pcl::_PointDEM::intensity, and pcl::_PointDEM::intensity_variance.
|
inline |
Definition at line 1888 of file point_types.hpp.
|
inline |
Definition at line 1890 of file point_types.hpp.
|
inline |
Definition at line 1892 of file point_types.hpp.
References pcl::_PointDEM::height_variance, pcl::_PointDEM::intensity, and pcl::_PointDEM::intensity_variance.
|
friend |