X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirSerie.h;h=6a6fc7180da80575c378cafa79672872598d318f;hb=fafcabd41c8bd44143874bb4f4ef267e9a718864;hp=dfcf896860b27bc3068b2df5de6e0836578bf715;hpb=6b51b22366f878e1050c75a6ebb755bd2ff365c7;p=gdcm.git diff --git a/src/gdcmDicomDirSerie.h b/src/gdcmDicomDirSerie.h index dfcf8968..6a6fc718 100644 --- a/src/gdcmDicomDirSerie.h +++ b/src/gdcmDicomDirSerie.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirSerie.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 @@ -37,6 +37,7 @@ class GDCM_EXPORT DicomDirSerie : public DicomDirObject gdcmTypeMacro(DicomDirSerie); public: +/// \brief Constructs a DicomDirSerie with a RefCounter static DicomDirSerie *New(bool empty=false) {return new DicomDirSerie(empty);} void Print( std::ostream &os = std::cout, std::string const &indent = "" ); @@ -51,6 +52,8 @@ public: DicomDirImage *GetFirstImage(); DicomDirImage *GetNextImage(); + virtual void Copy(DocEntrySet *set); + protected: DicomDirSerie(bool empty=false); ~DicomDirSerie();