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