4 #ifndef vtkToImplicitStrategy_h
5 #define vtkToImplicitStrategy_h
7 #include "vtkFiltersReductionModule.h"
10 VTK_ABI_NAMESPACE_BEGIN
34 vtkSetMacro(Tolerance,
double);
35 vtkGetMacro(Tolerance,
double);
83 double Tolerance = 0.001;
91 #endif // vtkToImplicitStrategy_h
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Pure interface for strategies to transform explicit arrays into implicit arrays.
a simple class to control print indentation
abstract superclass for arrays of numeric data
A helper structure for communicating a result with an optional double value.
virtual void ClearCache()
Destroy any cached variables present in the object (useful for storing calculation results in-between...