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

A point structure representing a description of whether a point is lying on a surface boundary or not. More...

#include <pcl/impl/point_types.hpp>

+ Collaboration diagram for pcl::Boundary:

Public Member Functions

constexpr Boundary (std::uint8_t _boundary=0)
 

Public Attributes

std::uint8_t boundary_point = 0
 

Friends

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

Detailed Description

A point structure representing a description of whether a point is lying on a surface boundary or not.

Definition at line 1167 of file point_types.hpp.

Constructor & Destructor Documentation

◆ Boundary()

constexpr pcl::Boundary::Boundary ( std::uint8_t  _boundary = 0)
inlineconstexpr

Definition at line 1178 of file point_types.hpp.

Friends And Related Function Documentation

◆ operator<<

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

Member Data Documentation

◆ boundary_point

std::uint8_t pcl::Boundary::boundary_point = 0

Definition at line 1169 of file point_types.hpp.


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