57 vtkSetMacro(Radius,
double);
58 vtkGetMacro(Radius,
double);
63 vtkSetVector3Macro(Center,
double);
64 vtkGetVectorMacro(Center,
double,3);
74 static void ComputeBoundingSphere(
float *pts,
vtkIdType numPts,
float sphere[4],
76 static void ComputeBoundingSphere(
double *pts,
vtkIdType numPts,
double sphere[4],
87 static void ComputeBoundingSphere(
float **spheres,
vtkIdType numSpheres,
float sphere[4],
89 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)
#define VTKCOMMONDATAMODEL_EXPORT