Section: Visualization Toolkit Parallel Classes
To create an instance of class vtkWindBladeReader, simply invoke its constructor as follows
obj = vtkWindBladeReader
obj
is an instance of the vtkWindBladeReader class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkWindBladeReader = obj.NewInstance ()
vtkWindBladeReader = obj.SafeDownCast (vtkObject o)
obj.SetFilename (string )
string = obj.GetFilename ()
obj.SetWholeExtent (int , int , int , int , int , int )
obj.SetWholeExtent (int a[6])
int = obj. GetWholeExtent ()
obj.SetSubExtent (int , int , int , int , int , int )
obj.SetSubExtent (int a[6])
int = obj. GetSubExtent ()
vtkStructuredGrid = obj.GetFieldOutput ()
- Get the reader's output
vtkUnstructuredGrid = obj.GetBladeOutput ()
- Get the reader's output
int = obj.GetNumberOfPointArrays ()
- The following methods allow selective reading of solutions fields.
By default, ALL data fields on the nodes are read, but this can
be modified.
string = obj.GetPointArrayName (int index)
- The following methods allow selective reading of solutions fields.
By default, ALL data fields on the nodes are read, but this can
be modified.
int = obj.GetPointArrayStatus (string name)
obj.SetPointArrayStatus (string name, int status)
obj.DisableAllPointArrays ()
obj.EnableAllPointArrays ()