18 #ifndef itkStdStreamLogOutput_h
19 #define itkStdStreamLogOutput_h
65 void Flush()
override;
68 void Write(
double timestamp)
override;
71 void Write(std::string
const & content)
override;
74 void Write(std::string
const & content,
double timestamp)
override;
83 void PrintSelf(std::ostream & os,
Indent indent)
const override;
93 #endif //itkStdStreamLogOutput_h
StreamPointerType m_Stream
Light weight base class for most itk classes.
Represents a standard stream output stream.
Represents an output stream.
std::ostream * StreamPointerType
Control indentation during Print() invocation.
Base class for most ITK classes.