ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions
itk::LogOutput Class Reference

#include <itkLogOutput.h>

+ Inheritance diagram for itk::LogOutput:
+ Collaboration diagram for itk::LogOutput:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef LogOutput Self
typedef Object Superclass

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

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

Reimplemented from itk::Object.

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

Definition at line 46 of file itkLogOutput.h.

Reimplemented from itk::Object.

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

Definition at line 45 of file itkLogOutput.h.

Smart pointer typedef support.

Reimplemented from itk::Object.

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

Definition at line 43 of file itkLogOutput.h.

Reimplemented from itk::Object.

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

Definition at line 44 of file itkLogOutput.h.


Constructor & Destructor Documentation

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

Destructor

Definition at line 63 of file itkLogOutput.h.

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

Destructor

Definition at line 66 of file itkLogOutput.h.


Member Function Documentation

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

flush a buffer

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

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

Write to a buffer

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

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

Write to a buffer

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

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

Write to a buffer

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


The documentation for this class was generated from the following file: