#include <vtkStreamingDemandDrivenPipeline.h>
Inheritance diagram for vtkStreamingDemandDrivenPipeline:
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.
Definition at line 42 of file vtkStreamingDemandDrivenPipeline.h.
|
Reimplemented from vtkDemandDrivenPipeline. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkCompositeDataPipeline, and vtkImageImportExecutive. Definition at line 46 of file vtkStreamingDemandDrivenPipeline.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkDemandDrivenPipeline. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkCompositeDataPipeline, and vtkImageImportExecutive. |
|
Reimplemented from vtkDemandDrivenPipeline. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkCompositeDataPipeline, and vtkImageImportExecutive. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDemandDrivenPipeline. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkCompositeDataPipeline, and vtkImageImportExecutive. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDemandDrivenPipeline. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkCompositeDataPipeline, and vtkImageImportExecutive. |
|
Reimplemented from vtkDemandDrivenPipeline. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkCompositeDataPipeline, and vtkImageImportExecutive. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkDemandDrivenPipeline. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, and vtkCompositeDataPipeline. |
|
Generalized interface for asking the executive to fullfill update requests. Reimplemented from vtkDemandDrivenPipeline. Reimplemented in vtkCompositeDataPipeline, and vtkImageImportExecutive. |
|
Bring the outputs up-to-date. Reimplemented from vtkDemandDrivenPipeline. Reimplemented in vtkCachedStreamingDemandDrivenPipeline. |
|
Bring the outputs up-to-date. Reimplemented from vtkDemandDrivenPipeline. Reimplemented in vtkCachedStreamingDemandDrivenPipeline. |
|
Bring the outputs up-to-date. |
|
Propagate the update request from the given output port back through the pipeline. Should be called only when information is up to date. |
|
Set/Get the maximum number of pieces that can be requested from the given port. The maximum number of pieces is meta data for unstructured data sets. It gets set by the source during the update information call. A value of -1 indicates that there is no maximum. |
|
Propagate the update request from the given output port back through the pipeline. Should be called only when information is up to date. |
|
Set/Get the whole extent of an output port. The whole extent is meta data for structured data sets. It gets set by the algorithm during the update information pass. |
|
Set/Get the whole extent of an output port. The whole extent is meta data for structured data sets. It gets set by the algorithm during the update information pass. |
|
Set/Get the whole extent of an output port. The whole extent is meta data for structured data sets. It gets set by the algorithm during the update information pass. |
|
If the whole input extent is required to generate the requested output extent, this method can be called to set the input update extent to the whole input extent. This method assumes that the whole extent is known (that UpdateInformation has been called) |
|
Get/Set the update extent for output ports that use 3D extents. |
|
If the whole input extent is required to generate the requested output extent, this method can be called to set the input update extent to the whole input extent. This method assumes that the whole extent is known (that UpdateInformation has been called) |
|
If the whole input extent is required to generate the requested output extent, this method can be called to set the input update extent to the whole input extent. This method assumes that the whole extent is known (that UpdateInformation has been called) |
|
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. |
|
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. |
|
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. |
|
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. |
|
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. |
|
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. |
|
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. |
|
This request flag indicates whether the requester can handle more data than requested for the given port. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints. |
|
This request flag indicates whether the requester can handle more data than requested for the given port. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints. |
|
Get/Set the object that will translate pieces into structured extents for an output port. |
|
Get/Set the object that will translate pieces into structured extents for an output port. |
|
Set/Get the whole bounding box of an output port data object. The whole whole bounding box is meta data for data sets. It gets set by the algorithm during the update information pass. |
|
Set/Get the whole bounding box of an output port data object. The whole whole bounding box is meta data for data sets. It gets set by the algorithm during the update information pass. |
|
Set/Get the whole bounding box of an output port data object. The whole whole bounding box is meta data for data sets. It gets set by the algorithm during the update information pass. |
|
Key defining a request to propagate the update extent upstream. |
|
Key for an algorithm to store in a request to tell this executive to keep executing it. |
|
Key to store an extent translator in pipeline information. |
|
Keys to store an update request in pipeline information. |
|
Key to store an extent translator in pipeline information. |
|
Key to store an extent translator in pipeline information. |
|
Key to store an extent translator in pipeline information. |
|
Key to store an extent translator in pipeline information. |
|
Key to store the whole extent provided in pipeline information. |
|
Key to store the maximum number of pieces provided in pipeline information. |
|
Key to store the bounding box of the entire data set in pipeline information. |
|
Key to specify the request for exact extent in pipeline information. |
|
Key to store available time steps. |
|
Update time requested by the pipeline. |
|
Reimplemented from vtkDemandDrivenPipeline. |
|
Reimplemented from vtkExecutive. Reimplemented in vtkCompositeDataPipeline. |
|
Reimplemented in vtkCompositeDataPipeline. |
|
Reimplemented from vtkDemandDrivenPipeline. Reimplemented in vtkCachedStreamingDemandDrivenPipeline. |
|
Reimplemented from vtkDemandDrivenPipeline. Reimplemented in vtkCompositeDataPipeline. |
|
Reimplemented from vtkDemandDrivenPipeline. |
|
Reimplemented from vtkDemandDrivenPipeline. |
|
Reimplemented from vtkDemandDrivenPipeline. |
|
Definition at line 223 of file vtkStreamingDemandDrivenPipeline.h. |
|
Reimplemented in vtkCompositeDataPipeline. Definition at line 225 of file vtkStreamingDemandDrivenPipeline.h. |
|
Definition at line 228 of file vtkStreamingDemandDrivenPipeline.h. |