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

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::PointXYZL:
+ Collaboration diagram for pcl::PointXYZL:

Public Member Functions

constexpr PointXYZL (const _PointXYZL &p)
 
constexpr PointXYZL (std::uint32_t _label=0)
 
constexpr PointXYZL (float _x, float _y, float _z, std::uint32_t _label=0)
 

Friends

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

Additional Inherited Members

- Public Attributes inherited from pcl::_PointXYZL
PCL_ADD_POINT4D std::uint32_t label
 

Detailed Description

Definition at line 505 of file point_types.hpp.

Constructor & Destructor Documentation

◆ PointXYZL() [1/3]

constexpr pcl::PointXYZL::PointXYZL ( const _PointXYZL p)
inlineconstexpr

Definition at line 507 of file point_types.hpp.

◆ PointXYZL() [2/3]

constexpr pcl::PointXYZL::PointXYZL ( std::uint32_t  _label = 0)
inlineconstexpr

Definition at line 509 of file point_types.hpp.

◆ PointXYZL() [3/3]

constexpr pcl::PointXYZL::PointXYZL ( float  _x,
float  _y,
float  _z,
std::uint32_t  _label = 0 
)
inlineconstexpr

Definition at line 511 of file point_types.hpp.

Friends And Related Function Documentation

◆ operator<<

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

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