]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirSerie.h
We are no longer cheated by Elem belonging to group 0x0002,
[gdcm.git] / src / gdcmDicomDirSerie.h
index e1f535aef3e882c5ceb5f1ef353b735278fa9630..e2fa2e8fcfeb34360673cb517a08b5beb17ee19a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirSerie.h,v $
   Language:  C++
-  Date:      $Date: 2007/05/23 14:18:08 $
-  Version:   $Revision: 1.34 $
+  Date:      $Date: 2007/07/26 08:36:49 $
+  Version:   $Revision: 1.35 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -43,7 +43,7 @@ public:
    static DicomDirSerie *New(bool empty=false) {return new DicomDirSerie(empty);}
 
    void Print( std::ostream &os = std::cout, std::string const &indent = "" );
-   void WriteContent( std::ofstream *fp, FileType t );
+   void WriteContent( std::ofstream *fp, FileType t, bool insideMetaElements );
 
    // 'Image' methods
    DicomDirImage *NewImage();