18#ifndef itkStdStreamLogOutput_h
19#define itkStdStreamLogOutput_h
70 Write(
double timestamp)
override;
74 Write(
const std::string & content)
override;
78 Write(
const std::string & 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(const std::string &content, double timestamp) 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(const std::string &content) override
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....