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