Go to the documentation of this file.
35 #include "vtkCommonDataModelModule.h"
represent and manipulate 3D points
vtkSphere * GetSphere(int i)
Create and return a pointer to a vtkSphere object at the ith position.
virtual double EvaluateFunction(double x[3])=0
Evaluate function at position x-y-z and return value.
abstract superclass for arrays of numeric data
implicit function for a sphere
int GetNumberOfSpheres()
Return the number of spheres in the set of spheres.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract interface for implicit functions
void EvaluateGradient(double x[3], double n[3]) override
Evaluate spheres gradient.
a simple class to control print indentation
static vtkSpheres * New()
Standard methods for instantiation, type information, and printing.
void SetRadii(vtkDataArray *radii)
Specify a list of radii for the spheres.
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.
implicit function for a set of spheres
double EvaluateFunction(double x[3]) override
Evaluate function at position x-y-z and return value.