X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirSerie.h;h=e2fa2e8fcfeb34360673cb517a08b5beb17ee19a;hb=66c8b2ef6c096d675afb963778604ed7ae72a78c;hp=e1f535aef3e882c5ceb5f1ef353b735278fa9630;hpb=4c094fc81258a88d3c86223994d02d63f8e2652a;p=gdcm.git diff --git a/src/gdcmDicomDirSerie.h b/src/gdcmDicomDirSerie.h index e1f535ae..e2fa2e8f 100644 --- a/src/gdcmDicomDirSerie.h +++ b/src/gdcmDicomDirSerie.h @@ -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();