Medical Imaging Interaction Toolkit
2016.11.0
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 | |
virtual void | DisplayText (const char *t) override |
virtual void | DisplayErrorText (const char *t) override |
virtual void | DisplayWarningText (const char *t) override |
virtual void | DisplayGenericWarningText (const char *t) override |
virtual 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 31 of file mitkVtkLoggingAdapter.h.
|
overridevirtual |
Definition at line 53 of file mitkVtkLoggingAdapter.cpp.
References MITK_DEBUG.
|
overridevirtual |
Definition at line 38 of file mitkVtkLoggingAdapter.cpp.
References MITK_ERROR.
|
overridevirtual |
Definition at line 48 of file mitkVtkLoggingAdapter.cpp.
References MITK_WARN.
|
overridevirtual |
Definition at line 33 of file mitkVtkLoggingAdapter.cpp.
References MITK_INFO.
|
overridevirtual |
Definition at line 43 of file mitkVtkLoggingAdapter.cpp.
References MITK_WARN.
|
static |
Initializes the logging adapter. Vtk logging messages are redirected to MITK logging afterwards.
Definition at line 26 of file mitkVtkLoggingAdapter.cpp.
References New().
|
static |
Referenced by Initialize().