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 };
MeshProcessing represents the base class for mesh processing algorithms.
This file defines compatibility wrappers for low level I/O functions.
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.