MeshProcessing represents the base class for mesh processing algorithms. More...
#include <pcl/surface/processing.h>
MeshProcessing represents the base class for mesh processing algorithms.
- Author
- Alexandru E. Ichim
Definition at line 94 of file processing.h.
ConstPtr
PolygonMeshConstPtr
Ptr
MeshProcessing()
pcl::MeshProcessing::MeshProcessing | ( | |
) | | | inline |
~MeshProcessing()
virtual pcl::MeshProcessing::~MeshProcessing | ( | |
) | | | inlinevirtual |
deinitCompute()
virtual void pcl::MeshProcessing::deinitCompute | ( | |
) | | | protectedvirtual |
UnInitialize computation.
Must be called after processing ends.
getClassName()
virtual std::string pcl::MeshProcessing::getClassName | ( | |
) | const | | inlineprotectedvirtual |
Abstract class get name method.
Definition at line 143 of file processing.h.
getInputMesh()
Get the input mesh to be processed.
- Returns
- the mesh
Definition at line 119 of file processing.h.
initCompute()
virtual bool pcl::MeshProcessing::initCompute | ( | |
) | | | protectedvirtual |
Initialize computation.
Must be called before processing starts.
Reimplemented in pcl::EarClipping.
performProcessing()
virtual void pcl::MeshProcessing::performProcessing | ( |
pcl::PolygonMesh & | output |
) | | | protectedpure virtual |
process()
Process the input surface mesh and store the results.
- Parameters
-
[out] |
output |
the resultant processed surface model |
setInputMesh()
Set the input mesh that we want to process.
- Parameters
-
[in] |
input |
the input polygonal mesh |
Definition at line 112 of file processing.h.
input_mesh_
The documentation for this class was generated from the following file: