]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirSerie.h
* src/gdcmDocument.cxx : bug fix on potential memory leak
[gdcm.git] / src / gdcmDicomDirSerie.h
index c87f0037a94ddaeeccb151675abe3bd1af6d0828..97b67cb96f91dce88eec14cee04f27f821565ba9 100644 (file)
@@ -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/25 11:11:58 $
+  Version:   $Revision: 1.24 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -48,9 +48,10 @@ public:
         
    /// 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)