27#include "vtkCommonExecutionModelModule.h"
32VTK_ABI_NAMESPACE_BEGIN
57 void operator=(
const vtkEndFor&) =
delete;
60 std::unique_ptr<Internals> Internal;
Superclass for algorithms that produce only data object as output.
vtkEndFor define the end of the sub-pipeline to loop
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual void SetAggregator(vtkExecutionAggregator *)
Aggregator object to use to reduce / aggregate results of for loop.
void PrintSelf(std::ostream &os, vtkIndent indent) override
Aggregate the results of the sub-pipeline in vtkEndFor.
a simple class to control print indentation