31 #ifndef vtkThreadedCompositeDataPipeline_h
32 #define vtkThreadedCompositeDataPipeline_h
34 #include "vtkCommonExecutionModelModule.h"
69 friend class ProcessBlock;
Executive that works in parallel.
static vtkCompositeDataPipeline * New()
superclass for composite data iterators
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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.
Executive supporting composite datasets.