Section: Visualization Toolkit IO Classes
.SECTION Thanks Dr. Jean M. Favre who developed and contributed this class.
To create an instance of class vtkGaussianCubeReader, simply invoke its constructor as follows
obj = vtkGaussianCubeReader
obj
is an instance of the vtkGaussianCubeReader class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkGaussianCubeReader = obj.NewInstance ()
vtkGaussianCubeReader = obj.SafeDownCast (vtkObject o)
vtkTransform = obj.GetTransform ()
obj.SetFileName (string )
string = obj.GetFileName ()
vtkImageData = obj.GetGridOutput ()