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