Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
pcl::PointDEM Struct Reference

A point structure representing Digital Elevation Map. More...

#include <pcl/impl/point_types.hpp>

Inheritance diagram for pcl::PointDEM:

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

Detailed Description

A point structure representing Digital Elevation Map.

Definition at line 1701 of file point_types.hpp.

Constructor & Destructor Documentation

◆ PointDEM() [1/4]

pcl::PointDEM::PointDEM ( const _PointDEM & p)
inlineconstexpr

◆ PointDEM() [2/4]

pcl::PointDEM::PointDEM ( )
inlineconstexpr

Definition at line 1706 of file point_types.hpp.

References PointDEM().

◆ PointDEM() [3/4]

pcl::PointDEM::PointDEM ( float _x,
float _y,
float _z )
inlineconstexpr

Definition at line 1708 of file point_types.hpp.

References PointDEM().

◆ PointDEM() [4/4]

pcl::PointDEM::PointDEM ( float _x,
float _y,
float _z,
float _intensity,
float _intensity_variance,
float _height_variance )
inlineconstexpr

Definition at line 1710 of file point_types.hpp.

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const PointDEM & p )
friend

References PointDEM().


The documentation for this struct was generated from the following file: