Go to the documentation of this file.
36 #ifndef vtkImplicitWindowFunction_h
37 #define vtkImplicitWindowFunction_h
39 #include "vtkCommonDataModelModule.h"
79 vtkSetVector2Macro(WindowRange,
double);
80 vtkGetVectorMacro(WindowRange,
double,2);
89 vtkSetVector2Macro(WindowValues,
double);
90 vtkGetVectorMacro(WindowValues,
double,2);
113 double WindowRange[2];
114 double WindowValues[2];
vtkMTimeType GetMTime() override
Override modified time retrieval because of object dependencies.
implicit function maps another implicit function to lie within a specified range
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
abstract interface for implicit functions
void ReportReferences(vtkGarbageCollector *) override
vtkImplicitFunction * ImplicitFunction
void EvaluateGradient(double x[3], double n[3]) override
Evaluate window function gradient.
abstract base class for most VTK objects
a simple class to control print indentation
double EvaluateFunction(double x[3]) override
Evaluate function at position x-y-z and return value.
virtual void SetImplicitFunction(vtkImplicitFunction *)
Specify an implicit function to operate on.
vtkImplicitWindowFunction()
void Register(vtkObjectBase *o) override
Participate in garbage collection.
void UnRegister(vtkObjectBase *o) override
Decrease the reference count (release by another object).
Detect and break reference loops.
~vtkImplicitWindowFunction() override
static vtkImplicitWindowFunction * New()
Construct object with window range (0,1) and window values (0,1).
vtkTypeUInt32 vtkMTimeType