X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTreeAttributeDescriptor.h;h=9a2f082c6dc403bf43dbe581c9c2689971bd2739;hb=ba6e0d962a85043a44aa79edb5bfb2f146e288d0;hp=f48a4c09234ec3c7e18f9c0d8ba03a991f48ab63;hpb=74deda5137bba320405e3c4f50cc2a3f40a9dfc7;p=creaImageIO.git diff --git a/src2/creaImageIOTreeAttributeDescriptor.h b/src2/creaImageIOTreeAttributeDescriptor.h index f48a4c0..9a2f082 100644 --- a/src2/creaImageIOTreeAttributeDescriptor.h +++ b/src2/creaImageIOTreeAttributeDescriptor.h @@ -13,15 +13,15 @@ namespace creaImageIO * \ingroup Model */ //===================================================================== - /// Descriptor of an attribute of a node of a tree (name, dicom group/element) + /// Descriptor of an attribute of a node of a Tree (name, dicom group/element) class AttributeDescriptor { public: /// Flags /// The attribute is hidden (not visible to user) static const unsigned int PRIVATE; - /// The attribute enters in unique identifier constitution (KEY) - static const unsigned int KEY; + /// The attribute enters in unique identifier constitution + static const unsigned int IDENTIFIER; /// The attribute enters in label constitution (for printing) static const unsigned int LABEL; @@ -87,16 +87,7 @@ namespace creaImageIO } // EO namespace creaImageIO -/* -//===================================================================== -inline std::ostream& operator<<(std::ostream& s, -const creaImageIO::tree::AttributeDescriptor& d) -{ -s << "[" << d.key << ":" << d.name << "]"; -return s; -} -//===================================================================== -*/ + #endif // #ifndef __creaImageIOTreeAttributeDescriptor_h_INCLUDED__