vtkAVSucdReader

Section: Visualization Toolkit IO Classes

Usage

vtkAVSucdReader creates an unstructured grid dataset. It reads binary or ASCII files stored in UCD format, with optional data stored at the nodes or at the cells of the model. A cell-based fielddata stores the material id. The class can automatically detect the endian-ness of the binary files.

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

  obj = vtkAVSucdReader

Methods

The class vtkAVSucdReader 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 vtkAVSucdReader class.