Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
pcl::PointXYZL Struct Reference

#include <pcl/impl/point_types.hpp>

Inheritance 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 476 of file point_types.hpp.

Constructor & Destructor Documentation

◆ PointXYZL() [1/3]

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

Definition at line 478 of file point_types.hpp.

References pcl::_PointXYZL::label, and PointXYZL().

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

◆ PointXYZL() [2/3]

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

Definition at line 480 of file point_types.hpp.

References PointXYZL().

◆ PointXYZL() [3/3]

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

Definition at line 482 of file point_types.hpp.

◆ operator<<

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

References PointXYZL().


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