33#ifndef vtkImplicitWindowFunction_h
34#define vtkImplicitWindowFunction_h
36#include "vtkCommonDataModelModule.h"
76 vtkSetVector2Macro(WindowRange,
double);
77 vtkGetVectorMacro(WindowRange,
double, 2);
86 vtkSetVector2Macro(WindowValues,
double);
87 vtkGetVectorMacro(WindowValues,
double, 2);
110 double WindowRange[2];
111 double WindowValues[2];
Detect and break reference loops.
abstract interface for implicit functions
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
implicit function maps another implicit function to lie within a specified range
static vtkImplicitWindowFunction * New()
Construct object with window range (0,1) and window values (0,1).
void UnRegister(vtkObjectBase *o) override
Participate in garbage collection.
vtkImplicitFunction * ImplicitFunction
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()
void Register(vtkObjectBase *o) override
Participate in garbage collection.
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
abstract base class for most VTK objects
vtkTypeUInt32 vtkMTimeType