Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageImportExecutive, simply invoke its constructor as follows
obj = vtkImageImportExecutive
obj
is an instance of the vtkImageImportExecutive class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageImportExecutive = obj.NewInstance ()
vtkImageImportExecutive = obj.SafeDownCast (vtkObject o)