X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirSerie.h;h=21a68c55e762eb1e6d0bbb0ef306994d84dbe415;hb=4491b768d9529a24608e44d6ef77dc235d37dbb7;hp=c87f0037a94ddaeeccb151675abe3bd1af6d0828;hpb=ad8f0eb6ea1ad66c443b3640cded8a355efa7b42;p=gdcm.git diff --git a/src/gdcmDicomDirSerie.h b/src/gdcmDicomDirSerie.h index c87f0037..21a68c55 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/01/20 16:16:42 $ - Version: $Revision: 1.23 $ + Date: $Date: 2005/01/28 17:01:29 $ + Version: $Revision: 1.25 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -44,13 +44,13 @@ public: // should avoid exposing internal mechanism DicomDirImage *GetFirstImage(); DicomDirImage *GetNextImage(); - DicomDirImage *GetLastImage(); /// adds the passed IMAGE to the IMAGE chained List for this SERIE. void AddImage(DicomDirImage *obj) { Images.push_back(obj); }; - DicomDirImage *NewImage(); + void ClearImage(); + private: ///chained list of DicomDirImages (to be exploited recursively)