X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSeqEntry.h;h=488b37588ff1b84794bd46ed0a24c688fceebd87;hb=66c8b2ef6c096d675afb963778604ed7ae72a78c;hp=778858c64291ad65789b726366e1e05273e2f660;hpb=4c094fc81258a88d3c86223994d02d63f8e2652a;p=gdcm.git diff --git a/src/gdcmSeqEntry.h b/src/gdcmSeqEntry.h index 778858c6..488b3758 100644 --- a/src/gdcmSeqEntry.h +++ b/src/gdcmSeqEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSeqEntry.h,v $ Language: C++ - Date: $Date: 2007/05/23 14:18:11 $ - Version: $Revision: 1.43 $ + Date: $Date: 2007/07/26 08:36:49 $ + Version: $Revision: 1.44 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -51,7 +51,7 @@ public: {return new SeqEntry(group,elem);} void Print(std::ostream &os = std::cout, std::string const &indent = "" ); - void WriteContent(std::ofstream *fp, FileType filetype); + void WriteContent(std::ofstream *fp, FileType filetype, bool insideMetaElements); uint32_t ComputeFullLength(); void AddSQItem(SQItem *it, int itemNumber);