Section: Visualization Toolkit Rendering Classes
.SECTION Thanks Li-Ta Lo (ollie@lanl.gov) and Jim Ahrens (ahrens@lanl.gov) Los Alamos National Laboratory
To create an instance of class vtkPOVExporter, simply invoke its constructor as follows
obj = vtkPOVExporter
obj
is an instance of the vtkPOVExporter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkPOVExporter = obj.NewInstance ()
vtkPOVExporter = obj.SafeDownCast (vtkObject o)
obj.SetFileName (string )
string = obj.GetFileName ()