38 #ifndef __vtkShrinkFilter_h
39 #define __vtkShrinkFilter_h
41 #include "vtkFiltersGeneralModule.h"
42 #include "vtkUnstructuredGridAlgorithm.h"
44 class VTKFILTERSGENERAL_EXPORT
vtkShrinkFilter :
public vtkUnstructuredGridAlgorithm
49 void PrintSelf(ostream& os, vtkIndent indent);
53 vtkSetClampMacro(ShrinkFactor,
double, 0.0, 1.0);
54 vtkGetMacro(ShrinkFactor,
double);
62 virtual int FillInputPortInformation(
int port, vtkInformation* info);
65 virtual int RequestData(vtkInformation*,
66 vtkInformationVector**,
67 vtkInformationVector*);
shrink cells composing an arbitrary data set