vtkImageReader2

Section: Visualization Toolkit IO Classes

Usage

vtkImageReader2 is the parent class for vtkImageReader. It is a good super class for streaming readers that do not require a mask or transform on the data. vtkImageReader was implemented before vtkImageReader2, vtkImageReader2 is intended to have a simpler interface.

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

  obj = vtkImageReader2

Methods

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