ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLogger.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Logger | Self |
typedef LoggerBase | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
Logger () | |
virtual | ~Logger () |
Logger (const Self &) | |
void | operator= (const Self &) |
Used for logging information during a run.
Definition at line 36 of file itkLogger.h.
typedef SmartPointer< const Self > itk::Logger::ConstPointer |
Reimplemented from itk::LoggerBase.
Reimplemented in itk::ThreadLogger.
Definition at line 42 of file itkLogger.h.
typedef SmartPointer< Self > itk::Logger::Pointer |
Reimplemented from itk::LoggerBase.
Reimplemented in itk::ThreadLogger.
Definition at line 41 of file itkLogger.h.
typedef Logger itk::Logger::Self |
Smart pointer typedef support.
Reimplemented from itk::LoggerBase.
Reimplemented in itk::ThreadLogger.
Definition at line 39 of file itkLogger.h.
typedef LoggerBase itk::Logger::Superclass |
Reimplemented from itk::LoggerBase.
Reimplemented in itk::ThreadLogger.
Definition at line 40 of file itkLogger.h.
itk::Logger::Logger | ( | ) | [inline, protected] |
Constructor
Definition at line 52 of file itkLogger.h.
virtual itk::Logger::~Logger | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 55 of file itkLogger.h.
itk::Logger::Logger | ( | const Self & | ) | [private] |
Destructor
virtual::itk::LightObject::Pointer itk::Logger::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
Reimplemented in itk::ThreadLogger.
virtual const char* itk::Logger::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::LoggerBase.
Reimplemented in itk::ThreadLogger.
static Pointer itk::Logger::New | ( | ) | [static] |
New macro for creation of through a Smart Pointer
Reimplemented from itk::Object.
Reimplemented in itk::ThreadLogger.
void itk::Logger::operator= | ( | const Self & | ) | [private] |
Destructor
Reimplemented from itk::Object.