vtkBranchExtentTranslator

Section: Visualization Toolkit Parallel Classes

Usage

vtkBranchExtentTranslator is like extent translator, but it uses an alternative source as a whole extent. The whole extent passed is assumed to be a subextent of the original source. we simply take the intersection of the split extent and the whole extdent passed in. We are attempting to make branching pipelines request consistent extents with the same piece requests.

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

  obj = vtkBranchExtentTranslator

Methods

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