132#ifndef vtkShrinkPolyData_h
133#define vtkShrinkPolyData_h
135#include "vtkFiltersGeneralModule.h"
138VTK_ABI_NAMESPACE_BEGIN
150 vtkSetClampMacro(ShrinkFactor,
double, 0.0, 1.0);
157 vtkGetMacro(ShrinkFactor,
double);
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
shrink cells composing PolyData
static vtkShrinkPolyData * New()
~vtkShrinkPolyData() override=default
vtkShrinkPolyData(double sf=0.5)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.