]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirSerie.h
* Reorder file content
[gdcm.git] / src / gdcmDicomDirSerie.h
index 21a68c55e762eb1e6d0bbb0ef306994d84dbe415..d4b2c1e30f6f28fc5e2aa7679d7cf23da32b71f9 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirSerie.h,v $
   Language:  C++
-  Date:      $Date: 2005/01/28 17:01:29 $
-  Version:   $Revision: 1.25 $
+  Date:      $Date: 2005/02/02 14:52:26 $
+  Version:   $Revision: 1.26 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -40,17 +40,15 @@ public:
 
    void Print( std::ostream &os = std::cout, std::string const & indent = "" );
    void WriteContent( std::ofstream *fp, FileType t );
-   // should avoid exposing internal mechanism
-   DicomDirImage *GetFirstImage();
-   DicomDirImage *GetNextImage();
-        
-   /// adds the passed IMAGE to the IMAGE chained List for this SERIE.    
-   void AddImage(DicomDirImage *obj) { Images.push_back(obj); };
-   DicomDirImage *NewImage();
 
+   // Image methods
+   DicomDirImage *NewImage();
+   void AddImage(DicomDirImage *obj) { Images.push_back(obj); };
    void ClearImage();
 
+   DicomDirImage *GetFirstImage();
+   DicomDirImage *GetNextImage();
+
 private:
 
    ///chained list of DicomDirImages (to be exploited recursively)