X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirMeta.cxx;h=43f2c0564efc983d2a0ec8983ac2c7f3999a780b;hb=8a69df0f4018beae8c78a35bef30590e318128e5;hp=9c4a3cc882b68f8d1e40537ac4e135f4a851f57d;hpb=f5c7e83afd484a025285c64a09a89bd227087245;p=gdcm.git diff --git a/src/gdcmDicomDirMeta.cxx b/src/gdcmDicomDirMeta.cxx index 9c4a3cc8..43f2c056 100644 --- a/src/gdcmDicomDirMeta.cxx +++ b/src/gdcmDicomDirMeta.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirMeta.cxx,v $ Language: C++ - Date: $Date: 2004/12/16 13:46:37 $ - Version: $Revision: 1.19 $ + Date: $Date: 2005/01/18 14:28:32 $ + Version: $Revision: 1.23 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -27,7 +27,6 @@ namespace gdcm // Constructor / Destructor /** - * \ingroup DicomDirMeta * \brief Constructor */ DicomDirMeta::DicomDirMeta(): @@ -36,7 +35,6 @@ DicomDirMeta::DicomDirMeta(): } /** - * \ingroup DicomDirMeta * \brief Canonical destructor. */ DicomDirMeta::~DicomDirMeta() @@ -47,8 +45,10 @@ DicomDirMeta::~DicomDirMeta() // Print /** * \brief Prints the Meta Elements + * @param os ostream to write to + * @param indent indent */ -void DicomDirMeta::Print(std::ostream& os) +void DicomDirMeta::Print(std::ostream &os, std::string const & ) { os << "META" << std::endl; // warning : META doesn't behave exactly like a Objet @@ -69,9 +69,11 @@ void DicomDirMeta::Print(std::ostream& os) /** * \brief Writes the Meta Elements + * @param fp ofstream to write to + * @param t File Type * @return */ -void DicomDirMeta::WriteContent(std::ofstream* fp, FileType t) +void DicomDirMeta::WriteContent(std::ofstream *fp, FileType t) { for (ListDocEntry::iterator i = DocEntries.begin(); i != DocEntries.end();