X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmElementSet.h;h=cfc921bd52a70c28479459d12b7c1f295afc7fe9;hb=0f2a60bf2a0d1ddab03f0ed30e2e382da2bc3f79;hp=6678c05c366c38027afc4e324b60c2ae67f4eb56;hpb=ee91cee9d641284ed6a410f2af286bb681829055;p=gdcm.git diff --git a/src/gdcmElementSet.h b/src/gdcmElementSet.h index 6678c05c..cfc921bd 100644 --- a/src/gdcmElementSet.h +++ b/src/gdcmElementSet.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmElementSet.h,v $ Language: C++ - Date: $Date: 2004/12/16 11:37:03 $ - Version: $Revision: 1.27 $ + Date: $Date: 2005/01/11 15:15:38 $ + Version: $Revision: 1.29 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -34,7 +34,13 @@ class SeqEntry; typedef std::map TagDocEntryHT; //----------------------------------------------------------------------------- - +/** + * \brief + * \ref ElementSet is based on the STL map<> container + * (see \ref ElementSet::TagHT), as opposed to \ref SQItem + * which is based on an STL list container (see \ref ListDocEntry). + * It contains the 'zero-level- DocEntry (out of any Dicom Sequence) + */ class GDCM_EXPORT ElementSet : public DocEntrySet { public: @@ -52,7 +58,7 @@ public: /// Accessor to \ref TagHT // Do not expose this to user (public API) ! // A test is using it thus put it in public (matt) - TagDocEntryHT const & GetTagHT() const { return TagHT; }; + TagDocEntryHT const &GetTagHT() const { return TagHT; }; void Initialize(); DocEntry *GetNextEntry();