Section: Visualization Toolkit IO Classes
To create an instance of class vtkTableWriter, simply invoke its constructor as follows
obj = vtkTableWriter
obj
is an instance of the vtkTableWriter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkTableWriter = obj.NewInstance ()
vtkTableWriter = obj.SafeDownCast (vtkObject o)
vtkTable = obj.GetInput ()
- Get the input to this writer.
vtkTable = obj.GetInput (int port)
- Get the input to this writer.