Section: Visualization Toolkit IO Classes
Outputs: Output port 0: vtkArrayData containing a dense or sparse array.
To create an instance of class vtkArrayReader, simply invoke its constructor as follows
obj = vtkArrayReader
obj
is an instance of the vtkArrayReader class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkArrayReader = obj.NewInstance ()
vtkArrayReader = obj.SafeDownCast (vtkObject o)
string = obj.GetFileName ()
- Set the filesystem location from which data will be read.
obj.SetFileName (string )
- Set the filesystem location from which data will be read.