Point Cloud Library (PCL)  1.14.1
List of all members | Public Member Functions | Friends
pcl::PointXYZ Struct Reference

A point structure representing Euclidean xyz coordinates. More...

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::PointXYZ:
+ Collaboration diagram for pcl::PointXYZ:

Public Member Functions

constexpr PointXYZ (const _PointXYZ &p)
 
constexpr PointXYZ ()
 
constexpr PointXYZ (float _x, float _y, float _z)
 

Friends

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

Detailed Description

A point structure representing Euclidean xyz coordinates.

(SSE friendly)

Definition at line 350 of file point_types.hpp.

Constructor & Destructor Documentation

constexpr pcl::PointXYZ::PointXYZ ( const _PointXYZ p)
inline

Definition at line 352 of file point_types.hpp.

constexpr pcl::PointXYZ::PointXYZ ( )
inline

Definition at line 354 of file point_types.hpp.

constexpr pcl::PointXYZ::PointXYZ ( float  _x,
float  _y,
float  _z 
)
inline

Definition at line 356 of file point_types.hpp.

Friends And Related Function Documentation

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

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