17#ifndef vtkExecutionAggregator_h
18#define vtkExecutionAggregator_h
22#include "vtkCommonExecutionModelModule.h"
26VTK_ABI_NAMESPACE_BEGIN
general representation of visualization data
Aggregate the results of the sub-pipeline in vtkEndFor.
virtual vtkSmartPointer< vtkDataObject > GetOutputDataObject()=0
Called after the iterations are done, to retrieve the resulting data object.
vtkExecutionAggregator()=default
~vtkExecutionAggregator() override=default
void PrintSelf(std::ostream &os, vtkIndent indent) override
virtual vtkSmartPointer< vtkDataObject > RequestDataObject(vtkDataObject *input)
Create the empty output data set.
virtual bool Aggregate(vtkDataObject *input)=0
Called at the end of each iteration with the corresponding data object.
virtual void Clear()=0
Called after the iterations are done, to clean memory that where used by the Aggregate method.
a simple class to control print indentation
abstract base class for most VTK objects
Hold a reference to a vtkObjectBase instance.