point_cloud_library / 1.12.1 / structpcl_1_1_point_x_y_z_l.html /

#include <pcl/impl/point_types.hpp>

Public Member Functions

PointXYZL (const _PointXYZL &p)
PointXYZL (std::uint32_t _label=0)
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 543 of file point_types.hpp.

Constructor & Destructor Documentation

PointXYZL() [1/3]

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

Definition at line 545 of file point_types.hpp.

References pcl::_PointXYZL::label.

PointXYZL() [2/3]

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

Definition at line 551 of file point_types.hpp.

PointXYZL() [3/3]

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

Definition at line 553 of file point_types.hpp.

References pcl::_PointXYZL::label.

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:

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_point_x_y_z_l.html