54 using Ptr = shared_ptr<SimplificationRemoveUnusedVertices>;
55 using ConstPtr = shared_ptr<const SimplificationRemoveUnusedVertices>;
70 simplify (input, output, indices);
~SimplificationRemoveUnusedVertices()=default
Destructor.
SimplificationRemoveUnusedVertices()=default
Constructor.
void simplify(const pcl::PolygonMesh &input, pcl::PolygonMesh &output, pcl::Indices &indices)
Perform simplification (remove unused vertices).
void simplify(const pcl::PolygonMesh &input, pcl::PolygonMesh &output)
Simply a polygonal mesh.
shared_ptr< const SimplificationRemoveUnusedVertices > ConstPtr
shared_ptr< SimplificationRemoveUnusedVertices > Ptr
Defines functions, macros and traits for allocating and using memory.
IndicesAllocator<> Indices
Type used for indices in PCL.
Defines all the PCL and non-PCL macros used.
Defines basic non-point types used by PCL.