56 vtkSetMacro(Radius,
double);
57 vtkGetMacro(Radius,
double);
62 vtkSetVector3Macro(Center,
double);
63 vtkGetVectorMacro(Center,
double,3);
73 static void ComputeBoundingSphere(
float *pts,
vtkIdType numPts,
float sphere[4],
75 static void ComputeBoundingSphere(
double *pts,
vtkIdType numPts,
double sphere[4],
86 static void ComputeBoundingSphere(
float **spheres,
vtkIdType numSpheres,
float sphere[4],
88 static void ComputeBoundingSphere(
double **spheres,
vtkIdType numSpheres,
double sphere[4],
abstract interface for implicit functions
virtual double EvaluateFunction(double x[3])=0
double EvaluateFunction(double x, double y, double z)
virtual void EvaluateGradient(double x[3], double g[3])=0
implicit function for a sphere
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)