X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSeqEntry.cxx;h=8ece4978a456d8d7a8526cee5e8b061a7d65e5de;hb=1bae8d2ba47d1b9cc8acfb7b5ab82026e48275dd;hp=a0e53cfe0043d24e5e66a396d56b49cd23731f9a;hpb=c852120fdb6d542d84f74440b68414fdb52178d7;p=gdcm.git diff --git a/src/gdcmSeqEntry.cxx b/src/gdcmSeqEntry.cxx index a0e53cfe..8ece4978 100644 --- a/src/gdcmSeqEntry.cxx +++ b/src/gdcmSeqEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSeqEntry.cxx,v $ Language: C++ - Date: $Date: 2004/11/24 16:39:19 $ - Version: $Revision: 1.37 $ + Date: $Date: 2004/11/25 15:46:11 $ + Version: $Revision: 1.38 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -122,7 +122,7 @@ void SeqEntry::Print( std::ostream &os ) /* * \brief canonical Writer */ -void SeqEntry::Write(std::ofstream* fp, FileType filetype) +void SeqEntry::WriteContent(std::ofstream* fp, FileType filetype) { uint16_t seq_term_gr = 0xfffe; uint16_t seq_term_el = 0xe0dd; @@ -131,12 +131,12 @@ void SeqEntry::Write(std::ofstream* fp, FileType filetype) //uint16_t item_term_gr = 0xfffe; //uint16_t item_term_el = 0xe00d; - DocEntry::Write(fp, filetype); + DocEntry::WriteContent(fp, filetype); for(ListSQItem::iterator cc = Items.begin(); cc != Items.end(); ++cc) { - (*cc)->Write(fp, filetype); + (*cc)->WriteContent(fp, filetype); } // we force the writting of a Sequence Delimitation item