vtkNetCDFReader

Section: Visualization Toolkit IO Classes

Usage

A superclass for reading netCDF files. Subclass add conventions to the reader. This class just outputs data into a multi block data set with a vtkImageData at each block. A block is created for each variable except that variables with matching dimensions will be placed in the same block.

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

  obj = vtkNetCDFReader

Methods

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