33 #ifndef vtkShrinkPolyData_h
34 #define vtkShrinkPolyData_h
36 #include "vtkFiltersGeneralModule.h"
39 VTK_ABI_NAMESPACE_BEGIN
51 vtkSetClampMacro(ShrinkFactor,
double, 0.0, 1.0);
58 vtkGetMacro(ShrinkFactor,
double);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
shrink cells composing PolyData
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.