Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageNoiseSource, simply invoke its constructor as follows
obj = vtkImageNoiseSource
obj is an instance of the vtkImageNoiseSource class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageNoiseSource = obj.NewInstance ()
vtkImageNoiseSource = obj.SafeDownCast (vtkObject o)
obj.SetMinimum (double ) - Set/Get the minimum and maximum values for the generated noise.
double = obj.GetMinimum () - Set/Get the minimum and maximum values for the generated noise.
obj.SetMaximum (double ) - Set/Get the minimum and maximum values for the generated noise.
double = obj.GetMaximum () - Set/Get the minimum and maximum values for the generated noise.
obj.SetWholeExtent (int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax) - Set how large of an image to generate.
obj.SetWholeExtent (int ext[6])