Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Friends
pcl::PointWithRange Struct Reference

A point structure representing Euclidean xyz coordinates, padded with an extra range float. More...

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::PointWithRange:
+ Collaboration diagram for pcl::PointWithRange:

Public Member Functions

constexpr PointWithRange (const _PointWithRange &p)
 
constexpr PointWithRange (float _range=0.f)
 
constexpr PointWithRange (float _x, float _y, float _z, float _range=0.f)
 

Friends

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

Additional Inherited Members

- Public Attributes inherited from pcl::_PointWithRange
union {
   struct {
      float   range
 
   } 
 
   float   data_c [4]
 
}; 
 

Detailed Description

A point structure representing Euclidean xyz coordinates, padded with an extra range float.

Definition at line 1086 of file point_types.hpp.

Constructor & Destructor Documentation

◆ PointWithRange() [1/3]

constexpr pcl::PointWithRange::PointWithRange ( const _PointWithRange p)
inlineconstexpr

Definition at line 1088 of file point_types.hpp.

◆ PointWithRange() [2/3]

constexpr pcl::PointWithRange::PointWithRange ( float  _range = 0.f)
inlineconstexpr

Definition at line 1090 of file point_types.hpp.

◆ PointWithRange() [3/3]

constexpr pcl::PointWithRange::PointWithRange ( float  _x,
float  _y,
float  _z,
float  _range = 0.f 
)
inlineconstexpr

Definition at line 1092 of file point_types.hpp.

Friends And Related Function Documentation

◆ operator<<

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

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