Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImagePadFilter, simply invoke its constructor as follows
obj = vtkImagePadFilter
obj is an instance of the vtkImagePadFilter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImagePadFilter = obj.NewInstance ()
vtkImagePadFilter = obj.SafeDownCast (vtkObject o)
obj.SetOutputWholeExtent (int extent[6]) - The image extent of the output has to be set explicitly.
obj.SetOutputWholeExtent (int minX, int maxX, int minY, int maxY, int minZ, int maxZ) - The image extent of the output has to be set explicitly.
obj.GetOutputWholeExtent (int extent[6]) - The image extent of the output has to be set explicitly.
int = obj.GetOutputWholeExtent () - Set/Get the number of output scalar components.
obj.SetOutputNumberOfScalarComponents (int ) - Set/Get the number of output scalar components.
int = obj.GetOutputNumberOfScalarComponents () - Set/Get the number of output scalar components.