Section: Visualization Toolkit Hybrid Classes
To create an instance of class vtkRIBLight, simply invoke its constructor as follows
obj = vtkRIBLight
obj
is an instance of the vtkRIBLight class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkRIBLight = obj.NewInstance ()
vtkRIBLight = obj.SafeDownCast (vtkObject o)
obj.ShadowsOn ()
obj.ShadowsOff ()
obj.SetShadows (int )
int = obj.GetShadows ()
obj.Render (vtkRenderer ren, int index)