Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/simplification_remove_unused_vertices.h>
Public Types | |
using | Ptr = shared_ptr< SimplificationRemoveUnusedVertices > |
using | ConstPtr = shared_ptr< const SimplificationRemoveUnusedVertices > |
Public Member Functions | |
SimplificationRemoveUnusedVertices ()=default | |
Constructor. More... | |
~SimplificationRemoveUnusedVertices ()=default | |
Destructor. More... | |
void | simplify (const pcl::PolygonMesh &input, pcl::PolygonMesh &output) |
Simply a polygonal mesh. More... | |
void | simplify (const pcl::PolygonMesh &input, pcl::PolygonMesh &output, pcl::Indices &indices) |
Perform simplification (remove unused vertices). More... | |
Definition at line 51 of file simplification_remove_unused_vertices.h.
using pcl::surface::SimplificationRemoveUnusedVertices::ConstPtr = shared_ptr<const SimplificationRemoveUnusedVertices> |
Definition at line 55 of file simplification_remove_unused_vertices.h.
using pcl::surface::SimplificationRemoveUnusedVertices::Ptr = shared_ptr<SimplificationRemoveUnusedVertices> |
Definition at line 54 of file simplification_remove_unused_vertices.h.
|
default |
Constructor.
|
default |
Destructor.
|
inline |
Simply a polygonal mesh.
[in] | input | the input mesh |
[out] | output | the output mesh |
Definition at line 67 of file simplification_remove_unused_vertices.h.
void pcl::surface::SimplificationRemoveUnusedVertices::simplify | ( | const pcl::PolygonMesh & | input, |
pcl::PolygonMesh & | output, | ||
pcl::Indices & | indices | ||
) |
Perform simplification (remove unused vertices).
[in] | input | the input mesh |
[out] | output | the output mesh |
[out] | indices | the resultant vector of indices |