Point Cloud Library (PCL) 1.15.0
Loading...
Searching...
No Matches
pcl::PointWithViewpoint Struct Reference

A point structure representing Euclidean xyz coordinates together with the viewpoint from which it was seen. More...

#include <pcl/impl/point_types.hpp>

Inheritance diagram for pcl::PointWithViewpoint:
Collaboration diagram for pcl::PointWithViewpoint:

Public Member Functions

constexpr PointWithViewpoint (const _PointWithViewpoint &p)
constexpr PointWithViewpoint ()
constexpr PointWithViewpoint (float _x, float _y, float _z)
constexpr PointWithViewpoint (float _x, float _y, float _z, float _vp_x, float _vp_y, float _vp_z)

Friends

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

Additional Inherited Members

Public Attributes inherited from pcl::_PointWithViewpoint
union { 
   struct { 
      float   vp_x 
      float   vp_y 
      float   vp_z 
   } 
   float   data_c [4] 
}; 

Detailed Description

A point structure representing Euclidean xyz coordinates together with the viewpoint from which it was seen.

Definition at line 1090 of file point_types.hpp.

Constructor & Destructor Documentation

◆ PointWithViewpoint() [1/4]

pcl::PointWithViewpoint::PointWithViewpoint ( const _PointWithViewpoint & p)
inlineconstexpr

◆ PointWithViewpoint() [2/4]

pcl::PointWithViewpoint::PointWithViewpoint ( )
inlineconstexpr

Definition at line 1094 of file point_types.hpp.

References PointWithViewpoint().

◆ PointWithViewpoint() [3/4]

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

Definition at line 1096 of file point_types.hpp.

References PointWithViewpoint().

◆ PointWithViewpoint() [4/4]

pcl::PointWithViewpoint::PointWithViewpoint ( float _x,
float _y,
float _z,
float _vp_x,
float _vp_y,
float _vp_z )
inlineconstexpr

Definition at line 1098 of file point_types.hpp.

◆ operator<<

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

References PointWithViewpoint().


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