|
Point Cloud Library (PCL)
1.6.0
|
MeshProcessing represents the base class for mesh processing algorithms. More...
#include <pcl/surface/processing.h>

Public Types | |
| typedef PolygonMesh::ConstPtr | PolygonMeshConstPtr |
Public Member Functions | |
| MeshProcessing () | |
| Constructor. More... | |
| virtual | ~MeshProcessing () |
| Destructor. More... | |
| void | setInputMesh (const pcl::PolygonMeshConstPtr &input) |
| Set the input mesh that we want to process. More... | |
| void | process (pcl::PolygonMesh &output) |
| Process the input surface mesh and store the results. More... | |
MeshProcessing represents the base class for mesh processing algorithms.
Definition at line 88 of file processing.h.
Definition at line 91 of file processing.h.
|
inline |
Constructor.
Definition at line 94 of file processing.h.
|
inlinevirtual |
Destructor.
Definition at line 97 of file processing.h.
| void pcl::MeshProcessing::process | ( | pcl::PolygonMesh & | output) |
Process the input surface mesh and store the results.
| [out] | output | the resultant processed surface model |
|
inline |
Set the input mesh that we want to process.
| [in] | input | the input polygonal mesh |
Definition at line 103 of file processing.h.
1.8.4