#include <vtkXMLFileOutputWindow.h>
Inheritance diagram for vtkXMLFileOutputWindow:
Writes debug/warning/error output to an XML file. Uses prefined XML tags for each text display method. The text is processed to replace XML markup characters.
DisplayText - <text>
DisplayErrorText - <error>
DisplayWarningText - <warning>
DisplayGenericWarningText - <genericwarning>
DisplayDebugText - <debug>
The method DisplayTag outputs the text unprocessed. To use this class, instantiate it and then call SetInstance(this).
Definition at line 45 of file vtkXMLFileOutputWindow.h.
virtual void | DisplayText (const char *) |
virtual void | DisplayErrorText (const char *) |
virtual void | DisplayWarningText (const char *) |
virtual void | DisplayGenericWarningText (const char *) |
virtual void | DisplayDebugText (const char *) |
static vtkXMLFileOutputWindow * | New () |
Public Types | |
typedef vtkFileOutputWindow | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | DisplayTag (const char *) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXMLFileOutputWindow * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLFileOutputWindow () | |
virtual | ~vtkXMLFileOutputWindow () |
void | Initialize () |
virtual void | DisplayXML (const char *, const char *) |
|
Reimplemented from vtkFileOutputWindow. Definition at line 48 of file vtkXMLFileOutputWindow.h. |
|
Definition at line 67 of file vtkXMLFileOutputWindow.h. |
|
Definition at line 68 of file vtkXMLFileOutputWindow.h. |
|
Reimplemented from vtkFileOutputWindow. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkFileOutputWindow. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkFileOutputWindow. |
|
Reimplemented from vtkFileOutputWindow. |
|
Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag. Reimplemented from vtkFileOutputWindow. |
|
Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag. Reimplemented from vtkFileOutputWindow. |
|
Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag. Reimplemented from vtkOutputWindow. |
|
Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag. Reimplemented from vtkOutputWindow. |
|
Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag. Reimplemented from vtkOutputWindow. |
|
Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag. Reimplemented from vtkOutputWindow. |
|
Put the text into the log file without processing it. |
|
Reimplemented from vtkFileOutputWindow. |
|
|