Go to the documentation of this file.
31 #ifndef vtkImplicitSum_h
32 #define vtkImplicitSum_h
double EvaluateFunction(double x, double y, double z)
vtkImplicitFunctionCollection * FunctionList
void EvaluateGradient(double x[3], double g[3])
virtual double EvaluateFunction(double x[3])=0
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
void PrintSelf(ostream &os, vtkIndent indent)
abstract interface for implicit functions
implicit sum of other implicit functions
a simple class to control print indentation
void SetFunctionWeight(vtkImplicitFunction *f, double weight)
void CalculateTotalWeight(void)
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
double EvaluateFunction(double x[3])
void AddFunction(vtkImplicitFunction *in, double weight)
GLint GLint GLint GLint GLint GLint y
dynamic, self-adjusting array of double
#define VTKCOMMONDATAMODEL_EXPORT
void AddFunction(vtkImplicitFunction *in)
void RemoveAllFunctions()
static vtkImplicitSum * New()
maintain a list of implicit functions