Public Types | Public Member Functions
pcl::surface::SimplificationRemoveUnusedVertices Class Reference

#include <simplification_remove_unused_vertices.h>

List of all members.

Public Types

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

Public Member Functions

 SimplificationRemoveUnusedVertices ()
 Constructor.
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).
 ~SimplificationRemoveUnusedVertices ()
 Destructor.

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

Definition at line 46 of file simplification_remove_unused_vertices.cpp.


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:47:04