FreeMat
vtkEnSight6BinaryReader

Section: Visualization Toolkit IO Classes

Usage

vtkEnSight6BinaryReader is a class to read binary EnSight6 files into vtk. Because the different parts of the EnSight data can be of various data types, this reader produces multiple outputs, one per part in the input file. All variable information is being stored in field data. The descriptions listed in the case file are used as the array names in the field data. For complex vector variables, the description is appended with _r (for the array of real values) and _i (for the array if imaginary values). Complex scalar variables are stored as a single array with 2 components, real and imaginary, listed in that order.

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

  obj = vtkEnSight6BinaryReader

Methods

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

  • string = obj.GetClassName ()
  • int = obj.IsA (string name)
  • vtkEnSight6BinaryReader = obj.NewInstance ()
  • vtkEnSight6BinaryReader = obj.SafeDownCast (vtkObject o)