A point structure representing Digital Elevation Map.
More...
#include <pcl/impl/point_types.hpp>
|
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) |
|
A point structure representing Digital Elevation Map.
Definition at line 1701 of file point_types.hpp.
◆ PointDEM() [1/4]
constexpr pcl::PointDEM::PointDEM |
( |
const _PointDEM & |
p | ) |
|
|
inlineconstexpr |
◆ PointDEM() [2/4]
constexpr pcl::PointDEM::PointDEM |
( |
| ) |
|
|
inlineconstexpr |
◆ PointDEM() [3/4]
constexpr pcl::PointDEM::PointDEM |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z |
|
) |
| |
|
inlineconstexpr |
◆ PointDEM() [4/4]
constexpr pcl::PointDEM::PointDEM |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z, |
|
|
float |
_intensity, |
|
|
float |
_intensity_variance, |
|
|
float |
_height_variance |
|
) |
| |
|
inlineconstexpr |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const PointDEM & |
p |
|
) |
| |
|
friend |
The documentation for this struct was generated from the following file: