MeVisLab Toolbox Reference
WEMNodeDiagnosis.h File Reference

Go to the source code of this file.

Classes

class  ml::WEMNodeDiagnosis
 This class provides diagnostic information on a WEMNode. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Variables

const int ml::NODE_SEVERITY_ALLISWELL = 0
 Error status: no error at all. More...
 
const int ml::NODE_SEVERITY_NOTICE = 1
 Error status: just a notice. More...
 
const int ml::NODE_SEVERITY_WARNING = 2
 Error status: a warning. More...
 
const int ml::NODE_SEVERITY_ERROR = 3
 Error status: an error. More...
 
const int ml::NODE_SEVERITY_FATAL = 4
 Error status: a serious error. More...