#include <itkMultipleLogOutput.h>
Inheritance diagram for itk::MultipleLogOutput:
Public Types | |
typedef MultipleLogOutput | Self |
typedef LogOutput | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef LogOutput | OutputType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
void | AddLogOutput (OutputType *output) |
virtual void | Flush () |
virtual void | Write (double timestamp) |
virtual void | Write (const std::string &content) |
virtual void | Write (const std::string &content, double timestamp) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
MultipleLogOutput () | |
virtual | ~MultipleLogOutput () |
Definition at line 48 of file itkMultipleLogOutput.h.
|
Reimplemented from itk::LogOutput. Definition at line 56 of file itkMultipleLogOutput.h. |
|
Definition at line 58 of file itkMultipleLogOutput.h. |
|
Reimplemented from itk::LogOutput. Definition at line 55 of file itkMultipleLogOutput.h. |
|
Smart pointer typedef support. Reimplemented from itk::LogOutput. Definition at line 53 of file itkMultipleLogOutput.h. |
|
Reimplemented from itk::LogOutput. Definition at line 54 of file itkMultipleLogOutput.h. |
|
Constructor |
|
Destructor |
|
Register a additional output stream into the list of LogOutputs to write to. The messages will be sent to the streams in the same order that the streams have been added here. |
|
Broadcast a flush operation to all the output streams Implements itk::LogOutput. |
|
Standard part of all itk objects. Reimplemented from itk::Object. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Write to a buffer Implements itk::LogOutput. |
|
Write to multiple outputs Implements itk::LogOutput. |
|
Write to multiple outputs Implements itk::LogOutput. |