35#include "vtkCommonDataModelModule.h"
abstract superclass for arrays of numeric data
abstract interface for implicit functions
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
a simple class to control print indentation
represent and manipulate 3D points
implicit function for a sphere
implicit function for a set of spheres
void SetRadii(vtkDataArray *radii)
Specify a list of radii for the spheres.
double EvaluateFunction(double x[3]) override
Evaluate spheres equations.
vtkSphere * GetSphere(int i)
Create and return a pointer to a vtkSphere object at the ith position.
int GetNumberOfSpheres()
Return the number of spheres in the set of spheres.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information, and printing.
void EvaluateGradient(double x[3], double n[3]) override
Evaluate spheres gradient.
void GetSphere(int i, vtkSphere *sphere)
If i is within the allowable range, mutates the given sphere's Center and Radius to match the vtkSphe...
virtual void SetCenters(vtkPoints *)
Specify a list of points defining sphere centers.
static vtkSpheres * New()
Standard methods for instantiation, type information, and printing.