4#ifndef vtkToImplicitStrategy_h
5#define vtkToImplicitStrategy_h
7#include "vtkFiltersReductionModule.h"
10VTK_ABI_NAMESPACE_BEGIN
34 vtkSetMacro(Tolerance,
double);
35 vtkGetMacro(Tolerance,
double);
83 double Tolerance = 0.001;
abstract superclass for arrays of numeric data
a simple class to control print indentation
abstract base class for most VTK objects
Hold a reference to a vtkObjectBase instance.
Pure interface for strategies to transform explicit arrays into implicit arrays.
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.