41 #include <pcl/surface/processing.h>
42 #include <pcl/surface/vtk_smoothing/vtk.h>
59 { LINEAR,
LOOP, BUTTERFLY };
71 inline MeshSubdivisionVTKFilterType
82 MeshSubdivisionVTKFilterType filter_type_;
MeshProcessing represents the base class for mesh processing algorithms.
void setFilterType(MeshSubdivisionVTKFilterType type)
Set the mesh subdivision filter type.
PCL mesh smoothing based on the vtkLinearSubdivisionFilter, vtkLoopSubdivisionFilter, vtkButterflySubdivisionFilter depending on the selected MeshSubdivisionVTKFilterType algorithm from the VTK library.
MeshSubdivisionVTKFilterType
MeshSubdivisionVTKFilterType getFilterType()
Get the mesh subdivision filter type.