18 #ifndef __itkStdStreamLogOutput_h
19 #define __itkStdStreamLogOutput_h
68 virtual void Write(
double timestamp);
71 virtual void Write(std::string
const & content);
74 virtual void Write(std::string
const & content,
double timestamp);
83 void PrintSelf(std::ostream & os,
Indent indent)
const;
93 #endif //__itkStdStreamLogOutput_h
Critical section locking class that can be allocated on the stack.
StreamPointerType m_Stream
Represents a standard stream output stream.
Represents an output stream.
SimpleFastMutexLock m_Mutex
std::ostream * StreamPointerType
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer