18#ifndef itkFileOutputWindow_h
19#define itkFileOutputWindow_h
64 itkSetStringMacro(FileName);
67 itkGetStringMacro(FileName);
71 itkSetMacro(Flush,
bool);
72 itkGetConstMacro(Flush,
bool);
73 itkBooleanMacro(Flush);
80 itkSetMacro(Append,
bool);
81 itkGetConstMacro(Append,
bool);
82 itkBooleanMacro(Append);
void PrintSelf(std::ostream &os, Indent indent) const override
~FileOutputWindow() override
SmartPointer< const Self > ConstPointer
void DisplayText(const char *) override
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....