Point Cloud Library (PCL)  1.11.1-dev
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:

Public Member Functions

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

Friends

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

Additional Inherited Members

- Public Attributes inherited from pcl::_PointXYZ
 PCL_ADD_POINT4D
 

Detailed Description

A point structure representing Euclidean xyz coordinates.

(SSE friendly)

Definition at line 300 of file point_types.hpp.

Constructor & Destructor Documentation

◆ PointXYZ() [1/3]

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

Definition at line 302 of file point_types.hpp.

◆ PointXYZ() [2/3]

pcl::PointXYZ::PointXYZ ( )
inline

Definition at line 304 of file point_types.hpp.

◆ PointXYZ() [3/3]

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

Definition at line 306 of file point_types.hpp.

Friends And Related Function Documentation

◆ operator<<

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

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