#include <itkLogOutput.h>
Inheritance diagram for itk::LogOutput:
Public Types | |
typedef LogOutput | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual void | Flush ()=0 |
virtual void | Write (double timestamp)=0 |
virtual void | Write (const std::string &content)=0 |
virtual void | Write (const std::string &content, double timestamp)=0 |
Protected Member Functions | |
LogOutput () | |
virtual | ~LogOutput () |
Definition at line 39 of file itkLogOutput.h.
|
Reimplemented from itk::Object. Reimplemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput. Definition at line 47 of file itkLogOutput.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput. Definition at line 46 of file itkLogOutput.h. |
|
Smart pointer typedef support. Reimplemented from itk::Object. Reimplemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput. Definition at line 44 of file itkLogOutput.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput. Definition at line 45 of file itkLogOutput.h. |
|
Destructor Definition at line 64 of file itkLogOutput.h. |
|
Destructor Definition at line 67 of file itkLogOutput.h. |
|
flush a buffer Implemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput. |
|
Write to a buffer Implemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput. |
|
Write to a buffer Implemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput. |
|
Write to a buffer Implemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput. |