Point Cloud Library (PCL)
1.14.1-dev
|
Describes a set of vertices in a polygon mesh, by basically storing an array of indices. More...
#include <pcl/Vertices.h>
Public Types | |
using | Ptr = shared_ptr< Vertices > |
using | ConstPtr = shared_ptr< const Vertices > |
Public Member Functions | |
Vertices ()=default | |
Public Attributes | |
Indices | vertices |
Describes a set of vertices in a polygon mesh, by basically storing an array of indices.
Definition at line 14 of file Vertices.h.
using pcl::Vertices::ConstPtr = shared_ptr<const Vertices> |
Definition at line 22 of file Vertices.h.
using pcl::Vertices::Ptr = shared_ptr<Vertices> |
Definition at line 21 of file Vertices.h.
|
default |
Indices pcl::Vertices::vertices |
Definition at line 18 of file Vertices.h.
Referenced by pcl::gpu::kinfuLS::StandaloneMarchingCubes< PointT >::convertTrianglesToMesh(), pcl::MarchingCubes< PointNT >::performReconstruction(), pcl::Poisson< PointNT >::performReconstruction(), pcl::ConcaveHull< PointInT >::performReconstruction(), pcl::GridProjection< PointNT >::reconstructPolygons(), and pcl::geometry::toFaceVertexMesh().