18 #ifndef __itkMultipleLogOutput_h
19 #define __itkMultipleLogOutput_h
65 virtual void Write(
double timestamp);
68 virtual void Write(
const std::string & content);
71 virtual void Write(
const std::string & content,
double timestamp);
82 void operator=(
const Self &);
90 #endif //__itkMultipleLogOutput_h
Light weight base class for most itk classes.
Allows writing simultaneously to multiple streams. Note that the class derives from std::streambuf an...
Represents an output stream.
SmartPointer< const Self > ConstPointer
std::set< OutputType::Pointer > ContainerType
SmartPointer< Self > Pointer