X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirElement.h;h=7ed69983be83857689f6fdb1e9b19333370d7d5c;hb=7eb2c6a1c2b6d33ac2b9dd5e23304679c185f70b;hp=e3e0983ed5d56a017a7c168991b343329ed666b4;hpb=4073467af614547a6cdd2b5d09d481fbea1a1f0c;p=gdcm.git diff --git a/src/gdcmDicomDirElement.h b/src/gdcmDicomDirElement.h index e3e0983e..7ed69983 100644 --- a/src/gdcmDicomDirElement.h +++ b/src/gdcmDicomDirElement.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirElement.h,v $ Language: C++ - Date: $Date: 2005/10/26 08:04:15 $ - Version: $Revision: 1.34 $ + Date: $Date: 2006/04/11 16:03:26 $ + Version: $Revision: 1.38 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -20,6 +20,7 @@ #define GDCMDICOMDIRELEMENT_H #include "gdcmRefCounter.h" +#include "gdcmVRKey.h" #include @@ -70,6 +71,7 @@ class GDCM_EXPORT DicomDirElement : public RefCounter gdcmTypeMacro(DicomDirElement); public: +/// \brief Contructs a DicomDirElement with a RefCounter static DicomDirElement *New() {return new DicomDirElement();} /** @@ -124,7 +126,7 @@ public: // Only one instance of ddElem void AddDicomDirElement(DicomDirType type, - uint16_t group, uint16_t elem); + uint16_t group, uint16_t elem, VRKey vr); protected: DicomDirElement();