vtkRectilinearGridClip

Section: Visualization Toolkit Graphics Classes

Usage

vtkRectilinearGridClip will make an image smaller. The output must have an image extent which is the subset of the input. The filter has two modes of operation: 1: By default, the data is not copied in this filter. Only the whole extent is modified. 2: If ClipDataOn is set, then you will get no more that the clipped extent.

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

  obj = vtkRectilinearGridClip

Methods

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