Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkOpenGLLight, simply invoke its constructor as follows
obj = vtkOpenGLLight
obj
is an instance of the vtkOpenGLLight class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkOpenGLLight = obj.NewInstance ()
vtkOpenGLLight = obj.SafeDownCast (vtkObject o)
obj.Render (vtkRenderer ren, int light_index)
- Implement base class method.