#include <vtkExecutive.h>
Inheritance diagram for vtkExecutive:
vtkExecutive is the superclass for all pipeline executives in VTK. A VTK executive is responsible for controlling one instance of vtkAlgorithm. A pipeline consists of one or more executives that control data flow. Every reader, source, writer, or data processing algorithm in the pipeline is implemented in an instance of vtkAlgorithm.
Definition at line 44 of file vtkExecutive.h.
|
Reimplemented from vtkObject. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkCompositeDataPipeline, vtkDemandDrivenPipeline, vtkStreamingDemandDrivenPipeline, and vtkImageImportExecutive. Definition at line 47 of file vtkExecutive.h. |
|
Definition at line 169 of file vtkExecutive.h. |
|
Definition at line 170 of file vtkExecutive.h. |
|
|
|
|
|
Reimplemented from vtkObject. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkCompositeDataPipeline, vtkDemandDrivenPipeline, vtkStreamingDemandDrivenPipeline, 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 vtkObject. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkCompositeDataPipeline, vtkDemandDrivenPipeline, vtkStreamingDemandDrivenPipeline, 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 vtkObject. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkCompositeDataPipeline, vtkDemandDrivenPipeline, vtkStreamingDemandDrivenPipeline, and vtkImageImportExecutive. |
|
Reimplemented from vtkObject. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkCompositeDataPipeline, vtkDemandDrivenPipeline, vtkStreamingDemandDrivenPipeline, 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 vtkObject. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkCompositeDataPipeline, vtkDemandDrivenPipeline, and vtkStreamingDemandDrivenPipeline. |
|
Get the algorithm to which this executive has been assigned. |
|
Generalized interface for asking the executive to fullfill pipeline requests. Reimplemented in vtkCompositeDataPipeline, vtkDemandDrivenPipeline, vtkStreamingDemandDrivenPipeline, and vtkImageImportExecutive. |
|
A special version of ProcessRequest meant specifically for the pipeline modified time request. This is an optimization since the request is called so often and it travels the full length of the pipeline. We augment the signature with method arguments containing the common information, specifically the output port through which the request was made and the resulting modified time. Note that unlike ProcessRequest the request information object may be NULL for this method. It also does not contain a request identifcation key because the request is known from the method name. Reimplemented in vtkCompositeDataPipeline, and vtkDemandDrivenPipeline. |
|
Bring the algorithm's outputs up-to-date. Returns 1 for success and 0 for failure. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkDemandDrivenPipeline, and vtkStreamingDemandDrivenPipeline. |
|
Bring the algorithm's outputs up-to-date. Returns 1 for success and 0 for failure. Reimplemented in vtkCachedStreamingDemandDrivenPipeline, vtkDemandDrivenPipeline, and vtkStreamingDemandDrivenPipeline. |
|
Get the number of input/output ports for the algorithm associated with this executive. Returns 0 if no algorithm is set. |
|
Get the number of input/output ports for the algorithm associated with this executive. Returns 0 if no algorithm is set. |
|
Get the number of input connections on the given port. |
|
Get the pipeline information object for the given output port. |
|
Get the pipeline information object for all output ports. |
|
Get the pipeline information for the given input connection. |
|
Get the pipeline information vectors for the given input port. |
|
Get the pipeline information vectors for all inputs |
|
Get the executive managing the given input connection. |
|
Get/Set the data object for an output port of the algorithm. |
|
Get the executive managing the given input connection. |
|
Get the executive managing the given input connection. |
|
Get the data object for an output port of the algorithm. |
|
Get the data object for an output port of the algorithm. |
|
Get the output port that produces the given data object. |
|
Set a pointer to an outside instance of input or output information vectors. No references are held to the given vectors, and setting this does not change the executive object modification time. This is a preliminary interface to use in implementing filters with internal pipelines, and may change without notice when a future interface is created. |
|
Get the output port that produces the given data object. |
|
Participate in garbage collection. Reimplemented from vtkObjectBase. |
|
Participate in garbage collection. Reimplemented from vtkObjectBase. |
|
Information key to store the executive/port number producing an information object. |
|
Information key to store the executive/port number pairs consuming an information object. |
|
Information key to store the output port number from which a request is made. |
|
Keys to program vtkExecutive::ProcessRequest with the default behavior for unknown requests. |
|
|
|
|
|
|
|
|
|
An API to CallAlgorithm that allows you to pass in the info objects to be used |
|
|
|
|
|
|
|
|
|
Reimplemented in vtkCompositeDataPipeline. |
|
Reimplemented in vtkCompositeDataPipeline, and vtkStreamingDemandDrivenPipeline. |
|
Implemented in vtkDemandDrivenPipeline, and vtkStreamingDemandDrivenPipeline. |
|
Implemented in vtkDemandDrivenPipeline. |
|
Reimplemented from vtkObjectBase. |
|
|
|
Definition at line 238 of file vtkExecutive.h. |
|
Definition at line 219 of file vtkExecutive.h. |
|
Definition at line 222 of file vtkExecutive.h. |
|
Definition at line 227 of file vtkExecutive.h. |
|
Definition at line 228 of file vtkExecutive.h. |