X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTreeDescriptor.cpp;h=80244d0f41c9616a49bf880f9094c34f8d3408cc;hb=96ca5a0d7b7ccd6b4291160c19afd48e3207db2a;hp=c1dca8e78b1d5ee575aee2bc12d6d00614a9d866;hpb=2df647c186de559388c62bfebba8795b860ee8ae;p=creaImageIO.git diff --git a/src2/creaImageIOTreeDescriptor.cpp b/src2/creaImageIOTreeDescriptor.cpp index c1dca8e..80244d0 100644 --- a/src2/creaImageIOTreeDescriptor.cpp +++ b/src2/creaImageIOTreeDescriptor.cpp @@ -21,6 +21,7 @@ namespace creaImageIO const unsigned int AttributeDescriptor::IDENTIFIER = 2; /// The attribute can be edited const unsigned int AttributeDescriptor::EDITABLE = 3; + /// the attribute describes the node const unsigned int AttributeDescriptor::LABEL = 4; //==================================================================