|
Point Cloud Library (PCL)
1.11.1-dev
|
A point structure representing Digital Elevation Map. More...
#include <pcl/impl/point_types.hpp>
Inheritance 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 1790 of file point_types.hpp.
|
inline |
Definition at line 1792 of file point_types.hpp.
References pcl::_PointDEM::height_variance, pcl::_PointDEM::intensity, and pcl::_PointDEM::intensity_variance.
|
inline |
Definition at line 1800 of file point_types.hpp.
|
inline |
Definition at line 1802 of file point_types.hpp.
|
inline |
Definition at line 1804 of file point_types.hpp.
References pcl::_PointDEM::height_variance, pcl::_PointDEM::intensity, and pcl::_PointDEM::intensity_variance.
|
friend |