vtkStreamingDemandDrivenPipeline

Section: Visualization Toolkit Filtering Classes

Usage

vtkStreamingDemandDrivenPipeline is an executive that supports updating only a portion of the data set in the pipeline. This is the style of pipeline update that is provided by the old-style VTK 4.x pipeline. Instead of always updating an entire data set, this executive supports asking for pieces or sub-extents.

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

  obj = vtkStreamingDemandDrivenPipeline

Methods

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