vtkBYUReader

Section: Visualization Toolkit IO Classes

Usage

vtkBYUReader is a source object that reads MOVIE.BYU polygon files. These files consist of a geometry file (.g), a scalar file (.s), a displacement or vector file (.d), and a 2D texture coordinate file (.t).

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

  obj = vtkBYUReader

Methods

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