|
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. | |
| virtual | ~MeshProcessing () |
| Destructor. | |
| void | setInputMesh (const pcl::PolygonMeshConstPtr &input) |
| Set the input mesh that we want to process. | |
| void | process (pcl::PolygonMesh &output) |
| Process the input surface mesh and store the results. | |
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.
| pcl::MeshProcessing::MeshProcessing | ( | ) | [inline] |
Constructor.
Definition at line 94 of file processing.h.
| virtual pcl::MeshProcessing::~MeshProcessing | ( | ) | [inline, virtual] |
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 |
| void pcl::MeshProcessing::setInputMesh | ( | const pcl::PolygonMeshConstPtr & | input | ) | [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.7.6.1