Point Cloud Library (PCL)  1.7.0
Public Types | Public Member Functions
pcl::surface::SimplificationRemoveUnusedVertices Class Reference

#include <pcl/surface/simplification_remove_unused_vertices.h>

List of all members.

Public Types

typedef boost::shared_ptr
< SimplificationRemoveUnusedVertices
Ptr
typedef boost::shared_ptr
< const
SimplificationRemoveUnusedVertices
ConstPtr

Public Member Functions

 SimplificationRemoveUnusedVertices ()
 Constructor.
 ~SimplificationRemoveUnusedVertices ()
 Destructor.
void simplify (const pcl::PolygonMesh &input, pcl::PolygonMesh &output)
 Simply a polygonal mesh.
void simplify (const pcl::PolygonMesh &input, pcl::PolygonMesh &output, std::vector< int > &indices)
 Perform simplification (remove unused vertices).

Detailed Description

Definition at line 49 of file simplification_remove_unused_vertices.h.


Member Typedef Documentation

Definition at line 53 of file simplification_remove_unused_vertices.h.

Definition at line 52 of file simplification_remove_unused_vertices.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 56 of file simplification_remove_unused_vertices.h.

Destructor.

Definition at line 58 of file simplification_remove_unused_vertices.h.


Member Function Documentation

Simply a polygonal mesh.

Parameters:
[in]inputthe input mesh
[out]outputthe output mesh

Definition at line 65 of file simplification_remove_unused_vertices.h.

void pcl::surface::SimplificationRemoveUnusedVertices::simplify ( const pcl::PolygonMesh input,
pcl::PolygonMesh output,
std::vector< int > &  indices 
)

Perform simplification (remove unused vertices).

Parameters:
[in]inputthe input mesh
[out]outputthe output mesh
[out]indicesthe resultant vector of indices

The documentation for this class was generated from the following file: