]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTreeDescriptor.cpp
Added field edition capability.
[creaImageIO.git] / src2 / creaImageIOTreeDescriptor.cpp
index 0d772866bcbecf28076556d780ccf446c6d79300..c1dca8e78b1d5ee575aee2bc12d6d00614a9d866 100644 (file)
@@ -19,6 +19,8 @@ namespace creaImageIO
     const unsigned int AttributeDescriptor::PRIVATE = 1;
     /// The attribute enters in unique identifier constitution 
     const unsigned int AttributeDescriptor::IDENTIFIER = 2;
+       /// The attribute can be edited
+       const unsigned int AttributeDescriptor::EDITABLE = 3;
     const unsigned int AttributeDescriptor::LABEL = 4;
     //==================================================================