#include <vtkProcessObject.h>
Inheritance diagram for vtkProcessObject:
vtkProcessObject is an abstract object that specifies behavior and interface of visualization network process objects (sources, filters, mappers). Source objects are creators of visualization data; filters input, process, and output visualization data; and mappers transform data into another form (like rendering primitives or write data to a file).
vtkProcessObject fires events for Start and End events before and after object execution (via Execute()). These events can be used for any purpose (e.g., debugging info, highlighting/notifying user interface, etc.)
Another event, Progress, can be observed. Some filters fire this event periodically during their execution. The use is similar to that of Start and End events. Filters may also check their AbortExecute flag to determine whether to prematurely end their execution.
An important feature of subclasses of vtkProcessObject is that it is possible to control the memory-management model (i.e., retain output versus delete output data). If enabled the ReleaseDataFlag enables the deletion of the output data once the downstream process object finishes processing the data (please see text).
Definition at line 51 of file vtkProcessObject.h.
|
|
|
|
|
|
|
|
|
|
|
Return an array with all the inputs of this process object. This is useful for tracing back in the pipeline to construct graphs etc. |
|
|
|
This method will rearrange the input array so that all NULL entries are removed. |
|
Remove all the input data. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkAlgorithm to maintain backward compatibility for vtkProcessObject. Reimplemented from vtkAlgorithm. Definition at line 74 of file vtkProcessObject.h. References vtkAlgorithm::SetInputConnection(). |
|
Remove all the input data. Reimplemented from vtkAlgorithm. |
|
Remove all the input data. Reimplemented from vtkAlgorithm. |
|
Remove all the input data. Reimplemented from vtkAlgorithm. Definition at line 78 of file vtkProcessObject.h. References vtkAlgorithm::AddInputConnection(). |
|
Remove all the input data. Reimplemented from vtkAlgorithm. |
|
Remove all the input data. Reimplemented from vtkAlgorithm. |
|
Remove all the input data. Reimplemented from vtkAlgorithm. |
|
|
|
|
|
|
|
|
|
Reimplemented from vtkAlgorithm. Reimplemented in vtkSource, and vtkSpatialRepresentationFilter. |
|
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkAlgorithm. Reimplemented in vtkDataSetToDataSetFilter, vtkDataSetToImageFilter, vtkDataSetToPolyDataFilter, vtkDataSetToStructuredGridFilter, vtkDataSetToStructuredPointsFilter, vtkDataSetToUnstructuredGridFilter, vtkImageMultipleInputFilter, vtkImageToImageFilter, vtkPolyDataToPolyDataFilter, vtkRectilinearGridToPolyDataFilter, vtkStructuredGridToPolyDataFilter, vtkStructuredGridToStructuredGridFilter, vtkStructuredPointsToPolyDataFilter, vtkStructuredPointsToStructuredPointsFilter, vtkStructuredPointsToUnstructuredGridFilter, vtkUnstructuredGridToPolyDataFilter, vtkUnstructuredGridToUnstructuredGridFilter, and vtkSpatialRepresentationFilter. |
|
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkAlgorithm. Reimplemented in vtkDataObjectSource, vtkDataSetSource, vtkImageSource, vtkPointSetSource, vtkPolyDataSource, vtkRectilinearGridSource, vtkSource, vtkStructuredGridSource, vtkStructuredPointsSource, and vtkUnstructuredGridSource. |
|
|
|
|
|
|
|
Definition at line 91 of file vtkProcessObject.h. |
|
Definition at line 92 of file vtkProcessObject.h. |
|
Definition at line 93 of file vtkProcessObject.h. |