Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkShrinkFilter, simply invoke its constructor as follows
obj = vtkShrinkFilter
obj is an instance of the vtkShrinkFilter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkShrinkFilter = obj.NewInstance ()
vtkShrinkFilter = obj.SafeDownCast (vtkObject o)
obj.SetShrinkFactor (double ) - Get/Set the fraction of shrink for each cell. The default is 0.5.
double = obj.GetShrinkFactorMinValue () - Get/Set the fraction of shrink for each cell. The default is 0.5.
double = obj.GetShrinkFactorMaxValue () - Get/Set the fraction of shrink for each cell. The default is 0.5.
double = obj.GetShrinkFactor () - Get/Set the fraction of shrink for each cell. The default is 0.5.