X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSeqEntry.cxx;h=78911b138de921deae81b062e55830db0d8a54f0;hb=d6f3715fc5f0acf5deeefd288703e24790d069cd;hp=d5683fdf6ea9194fe6129a980b5acf23ac0f055d;hpb=0ad9dae4659b21bfd5c834c1af724eab4dcdf4f6;p=gdcm.git diff --git a/src/gdcmSeqEntry.cxx b/src/gdcmSeqEntry.cxx index d5683fdf..78911b13 100644 --- a/src/gdcmSeqEntry.cxx +++ b/src/gdcmSeqEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSeqEntry.cxx,v $ Language: C++ - Date: $Date: 2005/01/23 10:12:34 $ - Version: $Revision: 1.49 $ + Date: $Date: 2005/01/24 16:10:53 $ + Version: $Revision: 1.50 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -125,6 +125,8 @@ void SeqEntry::Print( std::ostream &os, std::string const & ) // Public /* * \brief canonical Writer + * @param fp pointer to an already open file + * @param filetype type of the file (ACR, ImplicitVR, ExplicitVR, ...) */ void SeqEntry::WriteContent(std::ofstream *fp, FileType filetype) {