vtkImageReader

Section: Visualization Toolkit IO Classes

Usage

vtkImageReader provides methods needed to read a region from a file. It supports both transforms and masks on the input data, but as a result is more complicated and slower than its parent class vtkImageReader2.

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

  obj = vtkImageReader

Methods

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