 |
VTK
9.1.0
|
Go to the documentation of this file.
148 #ifndef vtkShrinkPolyData_h
149 #define vtkShrinkPolyData_h
151 #include "vtkFiltersGeneralModule.h"
165 vtkSetClampMacro(ShrinkFactor,
double, 0.0, 1.0);
172 vtkGetMacro(ShrinkFactor,
double);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkShrinkPolyData(double sf=0.5)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
shrink cells composing PolyData
~vtkShrinkPolyData() override=default
a simple class to control print indentation
static vtkShrinkPolyData * New()
Superclass for algorithms that produce only polydata as output.