18 #ifndef itkFileOutputWindow_h
19 #define itkFileOutputWindow_h
56 void DisplayText(
const char *)
override;
59 itkSetStringMacro(FileName);
62 itkGetStringMacro(FileName);
65 itkSetMacro(Flush,
bool);
66 itkGetConstMacro(Flush,
bool);
67 itkBooleanMacro(Flush);
74 itkSetMacro(Append,
bool);
75 itkGetConstMacro(Append,
bool);
76 itkBooleanMacro(Append);
82 void PrintSelf(std::ostream & os,
Indent indent)
const override;
Messages sent from the system are collected by this object.
Messages sent from the system are sent to a file.
Control indentation during Print() invocation.