W3cubDocs

/PointCloudLibrary

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)

Detailed Description

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

Definition at line 1313 of file point_types.hpp.

Constructor & Destructor Documentation

Boundary()

pcl::Boundary::Boundary ( std::uint8_t _boundary = 0 )
inline

Definition at line 1324 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 1315 of file point_types.hpp.


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_boundary.html