X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBinEntry.cxx;h=e4460c60b12c365f6e3b306dee341bc7f762e131;hb=3e82e8b67eddf5d4b95b6aa2a2e2615aced4c452;hp=37e9267fa3d44fafc10868d35623e77536c11281;hpb=0408b1aa8aaf0d1e17391984490ad2bbe89a922b;p=gdcm.git diff --git a/src/gdcmBinEntry.cxx b/src/gdcmBinEntry.cxx index 37e9267f..e4460c60 100644 --- a/src/gdcmBinEntry.cxx +++ b/src/gdcmBinEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBinEntry.cxx,v $ Language: C++ - Date: $Date: 2005/02/01 10:29:54 $ - Version: $Revision: 1.60 $ + Date: $Date: 2005/02/02 10:02:16 $ + Version: $Revision: 1.61 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -32,7 +32,8 @@ namespace gdcm /** * \brief Constructor from a given BinEntry */ -BinEntry::BinEntry(DictEntry *e) : ContentEntry(e) +BinEntry::BinEntry(DictEntry *e) + :ContentEntry(e) { BinArea = 0; SelfArea = true; @@ -42,7 +43,8 @@ BinEntry::BinEntry(DictEntry *e) : ContentEntry(e) * \brief Constructor from a given BinEntry * @param e Pointer to existing Doc entry */ -BinEntry::BinEntry(DocEntry *e) : ContentEntry(e->GetDictEntry()) +BinEntry::BinEntry(DocEntry *e) + : ContentEntry(e->GetDictEntry()) { Copy(e); @@ -168,7 +170,6 @@ void BinEntry::Print(std::ostream &os, std::string const & ) void* binArea = GetBinArea(); if (binArea) { - //s << " [" << GDCM_BINLOADED s << " [" << GetValue() << "; length = " << GetLength() << "]"; } @@ -180,7 +181,6 @@ void BinEntry::Print(std::ostream &os, std::string const & ) } else { - //s << " [gdcm::Binary data NOT loaded]"; s << " [" <