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

#include <pcl/impl/point_types.hpp>

+ Collaboration diagram for pcl::Label:

Public Member Functions

constexpr Label (std::uint32_t _label=0)
 

Public Attributes

std::uint32_t label = 0
 

Friends

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

Detailed Description

Definition at line 518 of file point_types.hpp.

Constructor & Destructor Documentation

◆ Label()

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

Definition at line 522 of file point_types.hpp.

Friends And Related Function Documentation

◆ operator<<

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

Member Data Documentation

◆ label

std::uint32_t pcl::Label::label = 0

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