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 () | |
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 23 of file Vertices.h.
using pcl::Vertices::Ptr = shared_ptr<Vertices> |
Definition at line 22 of file Vertices.h.
| inline |
Definition at line 16 of file Vertices.h.
Indices pcl::Vertices::vertices |
Definition at line 19 of file Vertices.h.
Referenced by pcl::gpu::kinfuLS::StandaloneMarchingCubes< PointT >::convertTrianglesToMesh(), pcl::Poisson< PointNT >::performReconstruction(), pcl::ConcaveHull< PointInT >::performReconstruction(), pcl::MarchingCubes< PointNT >::performReconstruction(), pcl::GridProjection< PointNT >::reconstructPolygons(), and pcl::geometry::toFaceVertexMesh().
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_vertices.html