Go to the documentation of this file.
32 #ifndef vtkImplicitSum_h
33 #define vtkImplicitSum_h
35 #include "vtkCommonDataModelModule.h"
84 void RemoveAllFunctions();
100 vtkGetMacro(NormalizeByWeight,
int);
112 void CalculateTotalWeight(
void);
113 int NormalizeByWeight;
double EvaluateFunction(double x, double y, double z)
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
vtkTypeUInt64 vtkMTimeType
abstract interface for implicit functions
implicit sum of other implicit functions
vtkMTimeType GetMTime() override
Overload standard modified time function.
a simple class to control print indentation
virtual void EvaluateGradient(double x[3], double g[3])=0
Evaluate function gradient at position x-y-z and pass back vector.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
dynamic, self-adjusting array of double
void AddFunction(vtkImplicitFunction *in)
Add another implicit function to the list of functions, weighting it by a factor of 1.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
maintain a list of implicit functions