#include <itkStdStreamLogOutput.h>
Inheritance diagram for itk::StdStreamLogOutput:
Public Types | |
typedef StdStreamLogOutput | Self |
typedef LogOutput | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef std::ostream | StreamType |
typedef std::ostream * | StreamPointerType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual StreamPointerType | GetStream () |
void | SetStream (StreamType &Stream) |
virtual void | Flush () |
virtual void | Write (double timestamp) |
virtual void | Write (std::string const &content) |
virtual void | Write (std::string const &content, double timestamp) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
StdStreamLogOutput () | |
virtual | ~StdStreamLogOutput () |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 45 of file itkStdStreamLogOutput.h.
|
Reimplemented from itk::LogOutput. Definition at line 53 of file itkStdStreamLogOutput.h. |
|
Reimplemented from itk::LogOutput. Definition at line 52 of file itkStdStreamLogOutput.h. |
|
Smart pointer typedef support. Reimplemented from itk::LogOutput. Definition at line 50 of file itkStdStreamLogOutput.h. |
|
Definition at line 56 of file itkStdStreamLogOutput.h. |
|
Definition at line 55 of file itkStdStreamLogOutput.h. |
|
Reimplemented from itk::LogOutput. Definition at line 51 of file itkStdStreamLogOutput.h. |
|
Constructor |
|
Destructor |
|
flush a buffer Implements itk::LogOutput. |
|
Standard part of all itk objects. Reimplemented from itk::Object. |
|
|
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::Object. |
|
Set a standard stream pointer |
|
Write to a buffer Implements itk::LogOutput. |
|
Write to a buffer Implements itk::LogOutput. |
|
Write to multiple outputs Implements itk::LogOutput. |