MeVisLab Toolbox Reference
|
#include "WEMTools/WEMToolsIncludes.h"
Go to the source code of this file.
Classes | |
class | ml::WEMPatchDiagnosis |
This class provides diagnostic information on a WEMNode. More... | |
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
Variables | |
const int | ml::PATCH_SEVERITY_ALLISWELL = 0 |
Error status: no error at all. | |
const int | ml::PATCH_SEVERITY_NOTICE = 1 |
Error status: just a notice. | |
const int | ml::PATCH_SEVERITY_WARNING = 2 |
Error status: a warning. | |
const int | ml::PATCH_SEVERITY_ERROR = 3 |
Error status: an error. | |
const int | ml::PATCH_SEVERITY_FATAL = 4 |
Error status: a serious error. | |