4#ifndef vtkToImplicitStrategy_h
5#define vtkToImplicitStrategy_h
7#include "vtkFiltersReductionModule.h"
10VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
Hold a reference to a vtkObjectBase instance.
void PrintSelf(std::ostream &os, vtkIndent indent) override
vtkToImplicitStrategy()=default
~vtkToImplicitStrategy() override=default
virtual void ClearCache()
Destroy any cached variables present in the object (useful for storing calculation results in-between...
virtual Optional EstimateReduction(vtkDataArray *)=0
Estimate the reduction (if possible) that can be obtained on the array using this strategy.
virtual vtkSmartPointer< vtkDataArray > Reduce(vtkDataArray *)=0
Return a reduced version of the input array.
A helper structure for communicating a result with an optional double value.