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:
![]()
| void SetRadius (float ) | |
| float GetRadius () |
![]()
| void SetCenter (float ,float ,float ) | |
| void SetCenter (float *) | |
| float *GetCenter () |
![]()