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