MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLObjMgr/ObjMgr/mlObjMgrAttributeDefs.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //-------------------------------------------------------------------------
00005 
00010 //-------------------------------------------------------------------------
00011 
00012 #ifndef __mlObjMgrAttributeDefs_H
00013 #define __mlObjMgrAttributeDefs_H
00014 
00016 //  Layers of information (L_: layer)
00017 
00018 #define L_GLOBAL             "Global"               // all objects: global infos
00019 #define L_DESCRIPTION        "Description"          // descriptions, e.g. name
00020 #define L_MEASURE            "Measures"             // all quantitative measures (numbers) about the object
00021 
00023 //  Specific information in layer (I_: info)
00024 
00025 // L_GLOBAL
00026 #define I_ID                 "Id"                   // unique container id of the object
00027 
00028 // L_DESCRIPTION
00029 #define I_NAME               "Name"                 // objects name (short descriptior, for listing of objects)
00030 #define I_COMMENT            "Comment"              // some longer description/comment about the object
00031 
00032 // L_MEASURE
00033 #define I_VOLUME             "Volume"
00034 
00035 #endif // __mlObjMgrAttributeDefs_H