32#ifndef vtkImplicitSum_h
33#define vtkImplicitSum_h
35#include "vtkCommonDataModelModule.h"
100 vtkGetMacro(NormalizeByWeight,
int);
112 void CalculateTotalWeight(
void);
113 int NormalizeByWeight;
dynamic, self-adjusting array of double
maintain a list of implicit functions
abstract interface for implicit functions
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
implicit sum of other implicit functions
static vtkImplicitSum * New()
void AddFunction(vtkImplicitFunction *in)
Add another implicit function to the list of functions, weighting it by a factor of 1.
void SetFunctionWeight(vtkImplicitFunction *f, double weight)
Set the weight (coefficient) of the given function to be weight.
void RemoveAllFunctions()
Remove all functions from the list.
double EvaluateFunction(double x[3]) override
Evaluate implicit function using current functions and weights.
vtkMTimeType GetMTime() override
Override modified time retrieval because of object dependencies.
~vtkImplicitSum() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double EvaluateFunction(double x, double y, double z)
void EvaluateGradient(double x[3], double g[3]) override
Evaluate gradient of the weighted sum of functions.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkTypeUInt64 vtkMTimeType