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

#include <pcl/impl/point_types.hpp>

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

Constructor & Destructor Documentation

◆ Label()

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

Definition at line 493 of file point_types.hpp.

References label.

Referenced by operator<<.

◆ operator<<

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

References Label().

Member Data Documentation

◆ label


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