Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Adapter that overwrites the standard vtk logging output window and sends the logging messages to the MITK logging instead. More...
#include <mitkVtkLoggingAdapter.h>
Public Member Functions | |
void | DisplayText (const char *t) override |
void | DisplayErrorText (const char *t) override |
void | DisplayWarningText (const char *t) override |
void | DisplayGenericWarningText (const char *t) override |
void | DisplayDebugText (const char *t) override |
Static Public Member Functions | |
static VtkLoggingAdapter * | New () |
static void | Initialize () |
Initializes the logging adapter. Vtk logging messages are redirected to MITK logging afterwards. More... | |
Adapter that overwrites the standard vtk logging output window and sends the logging messages to the MITK logging instead.
Definition at line 27 of file mitkVtkLoggingAdapter.h.
|
override |
Definition at line 49 of file mitkVtkLoggingAdapter.cpp.
References MITK_DEBUG.
|
override |
Definition at line 34 of file mitkVtkLoggingAdapter.cpp.
References MITK_ERROR.
|
override |
Definition at line 44 of file mitkVtkLoggingAdapter.cpp.
References MITK_WARN.
|
override |
Definition at line 29 of file mitkVtkLoggingAdapter.cpp.
References MITK_INFO.
|
override |
Definition at line 39 of file mitkVtkLoggingAdapter.cpp.
References MITK_WARN.
|
static |
Initializes the logging adapter. Vtk logging messages are redirected to MITK logging afterwards.
Definition at line 22 of file mitkVtkLoggingAdapter.cpp.
References New().
|
static |
Referenced by Initialize().