18#ifndef itkFileOutputWindow_h
19#define itkFileOutputWindow_h
64 itkSetStringMacro(FileName);
67 itkGetStringMacro(FileName);
70 itkSetMacro(Flush,
bool);
71 itkGetConstMacro(Flush,
bool);
72 itkBooleanMacro(Flush);
79 itkSetMacro(Append,
bool);
80 itkGetConstMacro(Append,
bool);
81 itkBooleanMacro(Append);
93 std::ofstream * m_Stream{};
95 std::string m_FileName{};
Messages sent from the system are sent to a file.
void PrintSelf(std::ostream &os, Indent indent) const override
~FileOutputWindow() override
void DisplayText(const char *) override
Control indentation during Print() invocation.
Messages sent from the system are collected by this object.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....