18 #ifndef __itkXMLFileOutputWindow_h
19 #define __itkXMLFileOutputWindow_h
65 virtual void DisplayText(
const char *);
68 virtual void DisplayErrorText(
const char *);
71 virtual void DisplayWarningText(
const char *);
74 virtual void DisplayGenericOutputText(
const char *);
77 virtual void DisplayDebugText(
const char *);
80 virtual void DisplayTag(
const char *);
85 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
89 virtual void DisplayXML(
const char *,
const char *);
93 void operator=(
const Self &);
Messages sent from the system are sent to a file.
FileOutputWindow Superclass
Messages sent from the system are sent to a file with each message enclosed by XML tags...
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
Control indentation during Print() invocation.