Section: Visualization Toolkit Common Classes
To create an instance of class vtkXMLFileOutputWindow, simply invoke its constructor as follows
obj = vtkXMLFileOutputWindow
obj
is an instance of the vtkXMLFileOutputWindow class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkXMLFileOutputWindow = obj.NewInstance ()
vtkXMLFileOutputWindow = obj.SafeDownCast (vtkObject o)
obj.DisplayText (string )
- Put the text into the log file. The text is processed to
replace &, <, > with &, <, and >.
Each display method outputs a different XML tag.
obj.DisplayErrorText (string )
- Put the text into the log file. The text is processed to
replace &, <, > with &, <, and >.
Each display method outputs a different XML tag.
obj.DisplayWarningText (string )
- Put the text into the log file. The text is processed to
replace &, <, > with &, <, and >.
Each display method outputs a different XML tag.
obj.DisplayGenericWarningText (string )
- Put the text into the log file. The text is processed to
replace &, <, > with &, <, and >.
Each display method outputs a different XML tag.
obj.DisplayDebugText (string )
- Put the text into the log file. The text is processed to
replace &, <, > with &, <, and >.
Each display method outputs a different XML tag.
obj.DisplayTag (string )
- Put the text into the log file without processing it.