Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageConstantPad, simply invoke its constructor as follows
obj = vtkImageConstantPad
obj is an instance of the vtkImageConstantPad class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageConstantPad = obj.NewInstance ()
vtkImageConstantPad = obj.SafeDownCast (vtkObject o)
obj.SetConstant (double ) - Set/Get the pad value.
double = obj.GetConstant () - Set/Get the pad value.