30#ifndef vtkFillHolesFilter_h 
   31#define vtkFillHolesFilter_h 
   33#include "vtkFiltersModelingModule.h"  
   36VTK_ABI_NAMESPACE_BEGIN
 
   59  vtkGetMacro(HoleSize, 
double);
 
identify and fill holes in meshes
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information and printing.
 
static vtkFillHolesFilter * New()
Standard methods for instantiation, type information and printing.
 
~vtkFillHolesFilter() override
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
a simple class to control print indentation
 
Superclass for algorithms that produce only polydata as output.