X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirStudy.h;h=afe52f85b3b498e83800740a92a02edacfab737c;hb=c2975ffb8c79fa4d745368d8d1c317c5a313dd0a;hp=ba277d51cb5586e34a98d4fe3cb662c70466465c;hpb=6b51b22366f878e1050c75a6ebb755bd2ff365c7;p=gdcm.git diff --git a/src/gdcmDicomDirStudy.h b/src/gdcmDicomDirStudy.h index ba277d51..afe52f85 100644 --- a/src/gdcmDicomDirStudy.h +++ b/src/gdcmDicomDirStudy.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirStudy.h,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:33 $ - Version: $Revision: 1.30 $ + Date: $Date: 2005/11/29 12:48:46 $ + Version: $Revision: 1.32 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -45,6 +45,7 @@ class GDCM_EXPORT DicomDirStudy : public DicomDirObject gdcmTypeMacro(DicomDirStudy); public: +/// \brief Constructs a DicomDirStudy with a RefCounter static DicomDirStudy *New(bool empty=false) {return new DicomDirStudy(empty);} void Print(std::ostream &os = std::cout, std::string const &indent = "" ); @@ -79,6 +80,8 @@ public: DicomDirStudyComponent *GetLastStudyComponent(); */ + virtual void Copy(DocEntrySet *set); + protected: DicomDirStudy(bool empty=false); ~DicomDirStudy();