24 #ifndef vtkImplicitWindowFunction_h
25 #define vtkImplicitWindowFunction_h
27 #include "vtkCommonDataModelModule.h"
30 VTK_ABI_NAMESPACE_BEGIN
68 vtkSetVector2Macro(WindowRange,
double);
69 vtkGetVectorMacro(WindowRange,
double, 2);
78 vtkSetVector2Macro(WindowValues,
double);
79 vtkGetVectorMacro(WindowValues,
double, 2);
101 double WindowRange[2];
102 double WindowValues[2];
109 VTK_ABI_NAMESPACE_END
abstract interface for implicit functions
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
bool UsesGarbageCollector() const override
Participate in garbage collection.
vtkTypeUInt32 vtkMTimeType
implicit function maps another implicit function to lie within a specified range
virtual void EvaluateGradient(double x[3], double g[3])=0
Evaluate function gradient at position x-y-z and pass back vector.
Detect and break reference loops.
a simple class to control print indentation
vtkMTimeType GetMTime() override
Overload standard modified time function.
virtual void ReportReferences(vtkGarbageCollector *)
vtkImplicitFunction * ImplicitFunction
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.