Go to the documentation of this file.
32 #ifndef vtkImplicitSum_h
33 #define vtkImplicitSum_h
35 #include "vtkCommonDataModelModule.h"
83 void RemoveAllFunctions();
111 void CalculateTotalWeight(
void);
vtkImplicitFunctionCollection * FunctionList
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.
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.
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
vtkTypeUInt32 vtkMTimeType
vtkTypeBool NormalizeByWeight