Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::ItkLoggingAdapter Class Reference

Adapter that overwrites the standard itk logging output window and sends the logging messages to the MITK. More...

#include <mitkItkLoggingAdapter.h>

Inheritance diagram for mitk::ItkLoggingAdapter:
Collaboration diagram for mitk::ItkLoggingAdapter:

Public Types

typedef ItkLoggingAdapter Self
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 

Public Member Functions

virtual const char * GetClassName () const
 
Pointer Clone () const
 
virtual void DisplayText (const char *s) override
 

Static Public Member Functions

static Pointer New ()
 
static void Initialize ()
 Initializes the logging adapter. Itk logging messages are redirected to MITK logging afterwards. More...
 

Protected Member Functions

 ItkLoggingAdapter ()
 
virtual ~ItkLoggingAdapter ()
 

Detailed Description

Adapter that overwrites the standard itk logging output window and sends the logging messages to the MITK.

Definition at line 32 of file mitkItkLoggingAdapter.h.

Member Typedef Documentation

Constructor & Destructor Documentation

mitk::ItkLoggingAdapter::ItkLoggingAdapter ( )
protected

Definition at line 30 of file mitkItkLoggingAdapter.cpp.

mitk::ItkLoggingAdapter::~ItkLoggingAdapter ( )
protectedvirtual

Definition at line 34 of file mitkItkLoggingAdapter.cpp.

Member Function Documentation

Pointer mitk::ItkLoggingAdapter::Clone ( ) const
void mitk::ItkLoggingAdapter::DisplayText ( const char *  s)
overridevirtual

Definition at line 25 of file mitkItkLoggingAdapter.cpp.

References MITK_INFO.

virtual const char* mitk::ItkLoggingAdapter::GetClassName ( ) const
virtual

Run-time type information (and related methods).

void mitk::ItkLoggingAdapter::Initialize ( )
static

Initializes the logging adapter. Itk logging messages are redirected to MITK logging afterwards.

Definition at line 20 of file mitkItkLoggingAdapter.cpp.

References New().

static Pointer mitk::ItkLoggingAdapter::New ( )
static

New macro for creation of through a Smart Pointer

Referenced by Initialize().


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