vtkExtractRectilinearGrid

Section: Visualization Toolkit Graphics Classes

Usage

vtkExtractRectilinearGrid rounds out the set of filters that extract a subgrid out of a larger structured data set. RIght now, this filter only supports extracting a VOI. In the future, it might support strides like the vtkExtract grid filter.

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

  obj = vtkExtractRectilinearGrid

Methods

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