Go to the documentation of this file.
31 #ifndef vtkThreadedCompositeDataPipeline_h
32 #define vtkThreadedCompositeDataPipeline_h
34 #include "vtkCommonExecutionModelModule.h"
69 friend class ProcessBlock;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Hold a reference to a vtkObjectBase instance.
Executive supporting composite datasets.
superclass for composite data iterators
a simple class to control print indentation
Executive that works in parallel.
virtual int CallAlgorithm(vtkInformation *request, int direction, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
An API to CallAlgorithm that allows you to pass in the info objects to be used.
virtual void ExecuteEach(vtkCompositeDataIterator *iter, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int compositePort, int connection, vtkInformation *request, std::vector< vtkSmartPointer< vtkCompositeDataSet >> &compositeOutput)
static vtkCompositeDataPipeline * New()