Point Cloud Library (PCL)
1.7.2
|
Describes a set of vertices in a polygon mesh, by basically storing an array of indices. More...
#include <pcl/Vertices.h>
Public Types | |
typedef boost::shared_ptr< Vertices > | Ptr |
typedef boost::shared_ptr< Vertices const > | ConstPtr |
Public Member Functions | |
Vertices () | |
Public Attributes | |
std::vector< uint32_t > | vertices |
Describes a set of vertices in a polygon mesh, by basically storing an array of indices.
Definition at line 13 of file Vertices.h.
typedef boost::shared_ptr<Vertices const> pcl::Vertices::ConstPtr |
Definition at line 22 of file Vertices.h.
typedef boost::shared_ptr<Vertices> pcl::Vertices::Ptr |
Definition at line 21 of file Vertices.h.
|
inline |
Definition at line 15 of file Vertices.h.
std::vector<uint32_t> pcl::Vertices::vertices |
Definition at line 18 of file Vertices.h.
Referenced by pcl::CropHull< PointT >::applyFilter(), pcl::Poisson< PointNT >::performReconstruction(), pcl::ConcaveHull< PointInT >::performReconstruction(), pcl::MarchingCubes< PointNT >::performReconstruction(), pcl::GridProjection< PointNT >::reconstructPolygons(), and pcl::geometry::toFaceVertexMesh().