#include <itkXMLFileOutputWindow.h>
Inheritance diagram for itk::XMLFileOutputWindow:
Public Types | |
typedef XMLFileOutputWindow | Self |
typedef FileOutputWindow | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | DisplayText (const char *) |
virtual void | DisplayErrorText (const char *) |
virtual void | DisplayWarningText (const char *) |
virtual void | DisplayGenericOutputText (const char *) |
virtual void | DisplayDebugText (const char *) |
virtual void | DisplayTag (const char *) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
XMLFileOutputWindow () | |
virtual | ~XMLFileOutputWindow () |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
void | Initialize () |
virtual void | DisplayXML (const char *, const char *) |
Writes debug/warning/error output to an XML file. Uses predefined XML tags for each text display method. The text is processed to replace XML markup characters.
DisplayText -
DisplayErrorText -
DisplayWarningText -
DisplayGenericOutputText -
DisplayDebugText -
The method DisplayTag outputs the text unprocessed. To use this class, instantiate it and then call SetInstance(this).
Definition at line 46 of file itkXMLFileOutputWindow.h.
|
Reimplemented from itk::FileOutputWindow. Definition at line 53 of file itkXMLFileOutputWindow.h. |
|
Reimplemented from itk::FileOutputWindow. Definition at line 52 of file itkXMLFileOutputWindow.h. |
|
Standard class typedefs. Reimplemented from itk::FileOutputWindow. Definition at line 50 of file itkXMLFileOutputWindow.h. |
|
Reimplemented from itk::FileOutputWindow. Definition at line 51 of file itkXMLFileOutputWindow.h. |
|
|
|
|
|
Send a debug string to the XML file. Reimplemented from itk::OutputWindow. |
|
Send an error string to the XML file. Reimplemented from itk::OutputWindow. |
|
Send a generic output string to the XML file. Reimplemented from itk::OutputWindow. |
|
Put the text into the log file without processing it. |
|
Send a string to the XML file. Reimplemented from itk::FileOutputWindow. |
|
Send a warning string to the XML file. Reimplemented from itk::OutputWindow. |
|
|
|
Run-time type information (and related methods). Reimplemented from itk::FileOutputWindow. |
|
Reimplemented from itk::FileOutputWindow. |
|
Method for creation through the object factory. Reimplemented from itk::FileOutputWindow. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::FileOutputWindow. |