Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkImplicitHalo, simply invoke its constructor as follows
obj = vtkImplicitHalo
obj is an instance of the vtkImplicitHalo class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImplicitHalo = obj.NewInstance ()
vtkImplicitHalo = obj.SafeDownCast (vtkObject o)
double = obj.EvaluateFunction (double x[3])
double = obj.EvaluateFunction (double x, double y, double z)
obj.EvaluateGradient (double x[3], double g[3])
obj.SetRadius (double ) - Radius of the sphere.
double = obj.GetRadius () - Radius of the sphere.
obj.SetCenter (double , double , double ) - Center of the sphere.
obj.SetCenter (double a[3]) - Center of the sphere.
double = obj. GetCenter () - Center of the sphere.
obj.SetFadeOut (double ) - FadeOut ratio. Valid values are between 0.0 and 1.0.
double = obj.GetFadeOut () - FadeOut ratio. Valid values are between 0.0 and 1.0.