36#ifndef vtkImplicitWindowFunction_h
37#define vtkImplicitWindowFunction_h
39#include "vtkCommonDataModelModule.h"
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
static vtkImplicitWindowFunction * New()
Construct object with window range (0,1) and window values (0,1).
vtkImplicitFunction * ImplicitFunction
bool UsesGarbageCollector() const override
Participate in garbage collection.
double EvaluateFunction(double x[3]) override
Evaluate window function.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkImplicitWindowFunction() override
vtkImplicitWindowFunction()
vtkMTimeType GetMTime() override
Override modified time retrieval because of object dependencies.
void EvaluateGradient(double x[3], double n[3]) override
Evaluate window function gradient.
void ReportReferences(vtkGarbageCollector *) override
virtual void SetImplicitFunction(vtkImplicitFunction *)
Specify an implicit function to operate on.
a simple class to control print indentation
friend class vtkGarbageCollector
Some classes need to clear the reference counts manually due to the way they work.
vtkTypeUInt32 vtkMTimeType