Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::LogOutput Class Reference
[OS System Objects]

Class LogOutput represents an output stream. More...

#include <itkLogOutput.h>

Inheritance diagram for itk::LogOutput:

Inheritance graph
[legend]
Collaboration diagram for itk::LogOutput:

Collaboration graph
[legend]
List of all members.

Public Types

typedef LogOutput Self
typedef Object Superclass
typedef SmartPointer< SelfPointer
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 ()

Detailed Description

Class LogOutput represents an output stream.

Author:
Hee-Su Kim, Compute Science Dept. Kyungpook National University, ISIS Center, Georgetown University.

Definition at line 39 of file itkLogOutput.h.


Member Typedef Documentation

typedef SmartPointer<const Self> itk::LogOutput::ConstPointer
 

Reimplemented from itk::Object.

Reimplemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput.

Definition at line 47 of file itkLogOutput.h.

typedef SmartPointer<Self> itk::LogOutput::Pointer
 

Reimplemented from itk::Object.

Reimplemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput.

Definition at line 46 of file itkLogOutput.h.

typedef LogOutput itk::LogOutput::Self
 

Smart pointer typedef support.

Reimplemented from itk::Object.

Reimplemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput.

Definition at line 44 of file itkLogOutput.h.

typedef Object itk::LogOutput::Superclass
 

Reimplemented from itk::Object.

Reimplemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput.

Definition at line 45 of file itkLogOutput.h.


Constructor & Destructor Documentation

itk::LogOutput::LogOutput  )  [inline, protected]
 

Destructor

Definition at line 64 of file itkLogOutput.h.

virtual itk::LogOutput::~LogOutput  )  [inline, protected, virtual]
 

Destructor

Definition at line 67 of file itkLogOutput.h.


Member Function Documentation

virtual void itk::LogOutput::Flush  )  [pure virtual]
 

flush a buffer

Implemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput.

virtual void itk::LogOutput::Write const std::string &  content,
double  timestamp
[pure virtual]
 

Write to a buffer

Implemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput.

virtual void itk::LogOutput::Write const std::string &  content  )  [pure virtual]
 

Write to a buffer

Implemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput.

virtual void itk::LogOutput::Write double  timestamp  )  [pure virtual]
 

Write to a buffer

Implemented in itk::MultipleLogOutput, and itk::StdStreamLogOutput.


The documentation for this class was generated from the following file:
Generated at Thu May 25 01:41:32 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000