Medical Imaging Interaction Toolkit  2023.12.99-101158b3
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
 
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 ()
 
 ~ItkLoggingAdapter () override
 

Detailed Description

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

Definition at line 28 of file mitkItkLoggingAdapter.h.

Member Typedef Documentation

◆ ConstPointer

◆ Pointer

◆ Self

Constructor & Destructor Documentation

◆ ItkLoggingAdapter()

mitk::ItkLoggingAdapter::ItkLoggingAdapter ( )
protected

◆ ~ItkLoggingAdapter()

mitk::ItkLoggingAdapter::~ItkLoggingAdapter ( )
overrideprotected

Member Function Documentation

◆ Clone()

Pointer mitk::ItkLoggingAdapter::Clone ( ) const

◆ DisplayText()

void mitk::ItkLoggingAdapter::DisplayText ( const char *  s)
override

◆ GetClassName()

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

Run-time type information (and related methods).

◆ Initialize()

static void mitk::ItkLoggingAdapter::Initialize ( )
static

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

◆ New()

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

New macro for creation of through a Smart Pointer


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