Point Cloud Library (PCL) 1.15.0
Loading...
Searching...
No Matches
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 321 of file point_types.hpp.

Constructor & Destructor Documentation

◆ PointXYZ() [1/3]

pcl::PointXYZ::PointXYZ ( const _PointXYZ & p)
inlineconstexpr

Definition at line 323 of file point_types.hpp.

References PointXYZ().

Referenced by operator<<, PointXYZ(), and PointXYZ().

◆ PointXYZ() [2/3]

pcl::PointXYZ::PointXYZ ( )
inlineconstexpr

Definition at line 325 of file point_types.hpp.

References PointXYZ().

◆ PointXYZ() [3/3]

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

Definition at line 327 of file point_types.hpp.

◆ operator<<

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

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