18 #ifndef itkXMLFileOutputWindow_h
19 #define itkXMLFileOutputWindow_h
67 void DisplayText(
const char *)
override;
70 void DisplayErrorText(
const char *)
override;
73 void DisplayWarningText(
const char *)
override;
76 void DisplayGenericOutputText(
const char *)
override;
79 void DisplayDebugText(
const char *)
override;
82 virtual void DisplayTag(
const char *);
87 void PrintSelf(std::ostream & os,
Indent indent)
const override;
91 virtual void DisplayXML(
const char *,
const char *);
Messages sent from the system are collected by this object.
Messages sent from the system are sent to a file.
Messages sent from the system are sent to a file with each message enclosed by XML tags...
Control indentation during Print() invocation.