Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkStructuredGridSource, simply invoke its constructor as follows
obj = vtkStructuredGridSource
obj
is an instance of the vtkStructuredGridSource class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkStructuredGridSource = obj.NewInstance ()
vtkStructuredGridSource = obj.SafeDownCast (vtkObject o)
vtkStructuredGrid = obj.GetOutput ()
- Get the output of this source.
vtkStructuredGrid = obj.GetOutput (int idx)
- Get the output of this source.
obj.SetOutput (vtkStructuredGrid output)
- Get the output of this source.