vtkFixedWidthTextReader

Section: Visualization Toolkit Infovis Classes

Usage

vtkFixedWidthTextReader reads in a table from a text file where each column occupies a certain number of characters. This class emits ProgressEvent for every 100 lines it reads.

To create an instance of class vtkFixedWidthTextReader, simply invoke its constructor as follows

  obj = vtkFixedWidthTextReader

Methods

The class vtkFixedWidthTextReader has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkFixedWidthTextReader class.