Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkOOGLExporter, simply invoke its constructor as follows
obj = vtkOOGLExporter
obj is an instance of the vtkOOGLExporter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkOOGLExporter = obj.NewInstance ()
vtkOOGLExporter = obj.SafeDownCast (vtkObject o)
obj.SetFileName (string ) - Specify the name of the Geomview file to write.
string = obj.GetFileName () - Specify the name of the Geomview file to write.