18#ifndef itkStdStreamLogOutput_h
19#define itkStdStreamLogOutput_h
70 Write(
double timestamp)
override;
74 Write(std::string
const & content)
override;
78 Write(std::string
const & content,
double timestamp)
override;
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Represents an output stream.
Base class for most ITK classes.
Represents a standard stream output stream.
void Write(std::string const &content) override
std::ostream * StreamPointerType
void PrintSelf(std::ostream &os, Indent indent) const override
~StdStreamLogOutput() override
void SetStream(StreamType &Stream)
void Write(double timestamp) override
void Write(std::string const &content, double timestamp) override
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....