X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBinEntry.cxx;h=37e9267fa3d44fafc10868d35623e77536c11281;hb=d1c68c2c2ae9fadf927053150f7fbc625a7c7366;hp=037db638ea6d91394b33e68ab3f4284547e1993f;hpb=4491b768d9529a24608e44d6ef77dc235d37dbb7;p=gdcm.git diff --git a/src/gdcmBinEntry.cxx b/src/gdcmBinEntry.cxx index 037db638..37e9267f 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/01/30 17:30:57 $ - Version: $Revision: 1.59 $ + Date: $Date: 2005/02/01 10:29:54 $ + Version: $Revision: 1.60 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -27,10 +27,8 @@ namespace gdcm { - //----------------------------------------------------------------------------- // Constructor / Destructor - /** * \brief Constructor from a given BinEntry */ @@ -64,40 +62,6 @@ BinEntry::~BinEntry() } } -//----------------------------------------------------------------------------- -// Print -/** - * \brief Prints a BinEntry (Dicom entry) - * @param os ostream we want to print in - * @param indent Indentation string to be prepended during printing - */ -void BinEntry::Print(std::ostream &os, std::string const & ) -{ - os << "B "; - DocEntry::Print(os); - std::ostringstream s; - void* binArea = GetBinArea(); - if (binArea) - { - //s << " [" << GDCM_BINLOADED - s << " [" << GetValue() - << "; length = " << GetLength() << "]"; - } - else - { - if ( GetLength() == 0 ) - { - s << " []"; - } - else - { - //s << " [gdcm::Binary data NOT loaded]"; - s << " [" <