Documentation for vtkSphere

vtkSphere - implicit function for a sphere

Super Class: vtkImplicitFunction

Description:

vtkSphere computes the implicit function and/or gradient for a sphere. vtkSphere is a concrete implementation of vtkImplicitFunction.

 

Methods:

void vtkSphere ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
static vtkSphere *New ()
float EvaluateFunction (float )
void EvaluateGradient (float ,float )
void SetRadius (float )
float GetRadius ()
void SetCenter (float ,float ,float )
void SetCenter (float *)
float *GetCenter ()

 

Detailed Method Descriptions:

Set / get the radius of the sphere.

void SetRadius (float )
float GetRadius ()

Set / get the center of the sphere.

void SetCenter (float ,float ,float )
void SetCenter (float *)
float *GetCenter ()