41 #ifndef __vtkFillHolesFilter_h
42 #define __vtkFillHolesFilter_h
44 #include "vtkFiltersModelingModule.h"
56 void PrintSelf(ostream& os, vtkIndent indent);
64 vtkSetClampMacro(HoleSize,
double, 0.0, VTK_FLOAT_MAX);
65 vtkGetMacro(HoleSize,
double);
72 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
identify and fill holes in meshes
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.