Point Cloud Library (PCL) 1.12.0
|
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>
Public Member Functions | |
Boundary (std::uint8_t _boundary=0) | |
Public Attributes | |
std::uint8_t | boundary_point = 0 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Boundary &p) |
A point structure representing a description of whether a point is lying on a surface boundary or not.
Definition at line 1300 of file point_types.hpp.
|
inline |
Definition at line 1311 of file point_types.hpp.
std::uint8_t pcl::Boundary::boundary_point = 0 |
Definition at line 1302 of file point_types.hpp.