]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTreeAttributeDescriptor.h
extent problem.
[creaImageIO.git] / src2 / creaImageIOTreeAttributeDescriptor.h
index ad4d7bfe601fe38922f3fb3b10fae6e97b482cb4..1ae86ddeb89c94381cc240dbf589a31c6d33abf6 100644 (file)
@@ -24,6 +24,8 @@ namespace creaImageIO
       static const unsigned int IDENTIFIER;
       /// The attribute enters in label constitution (for printing)
       static const unsigned int LABEL;
+          /// The attribute can be edited
+      static const unsigned int EDITABLE;
 
          /// Types
       /// The attribute is of numeric type
@@ -81,7 +83,10 @@ namespace creaImageIO
          ///Decodes the type of attribute into the existing ones
          void DecodeType(unsigned int& type) const;
 
+         /// Determines if Attribute is a date
          bool isDateEntry() const;
+
+         /// Determines if Attribute is a time
          bool isTimeEntry() const;
 
     private: