#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 56 of file vtkXMLFileOutputWindow.h.
Public Types | |
typedef vtkFileOutputWindow | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | DisplayTag (const char *) |
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 Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkXMLFileOutputWindow * | SafeDownCast (vtkObject *o) |
vtkXMLFileOutputWindow * | New () |
Protected Member Functions | |
vtkXMLFileOutputWindow () | |
virtual | ~vtkXMLFileOutputWindow () |
void | Initialize () |
virtual void | DisplayXML (const char *, const char *) |
|
Reimplemented from vtkFileOutputWindow. Definition at line 59 of file vtkXMLFileOutputWindow.h. |
|
Definition at line 79 of file vtkXMLFileOutputWindow.h. |
|
Definition at line 80 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. |
|
This is a singleton pattern New. There will only be ONE reference to a vtkOutputWindow object per process. Clients that call this must call Delete on the object so that the reference counting will work. The single instance will be unreferenced when the program exits. 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. |
|
|