Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Adapter that overwrites the standard itk logging output window and sends the logging messages to the MITK. More...
#include <mitkItkLoggingAdapter.h>
Public Types | |
typedef ItkLoggingAdapter | Self |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
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 () |
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.
typedef itk::SmartPointer<const Self> mitk::ItkLoggingAdapter::ConstPointer |
Definition at line 37 of file mitkItkLoggingAdapter.h.
Definition at line 36 of file mitkItkLoggingAdapter.h.
Definition at line 35 of file mitkItkLoggingAdapter.h.
|
protected |
Definition at line 30 of file mitkItkLoggingAdapter.cpp.
|
protectedvirtual |
Definition at line 34 of file mitkItkLoggingAdapter.cpp.
Pointer mitk::ItkLoggingAdapter::Clone | ( | ) | const |
|
overridevirtual |
Definition at line 25 of file mitkItkLoggingAdapter.cpp.
References MITK_INFO.
|
virtual |
Run-time type information (and related methods).
|
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 |
New macro for creation of through a Smart Pointer
Referenced by Initialize().