X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBinEntry.cxx;h=194ca5ff93846551a3f2e58b06aeee434105ef91;hb=0ad9dae4659b21bfd5c834c1af724eab4dcdf4f6;hp=62dfc3da21187abba740a477138e853116e160bf;hpb=1fad5ff2d076c7dafa56b8cda37cca2118c5230e;p=gdcm.git diff --git a/src/gdcmBinEntry.cxx b/src/gdcmBinEntry.cxx index 62dfc3da..194ca5ff 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/19 15:58:00 $ - Version: $Revision: 1.54 $ + Date: $Date: 2005/01/23 10:12:32 $ + Version: $Revision: 1.55 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -46,9 +46,6 @@ BinEntry::BinEntry(DocEntry *e) : ValEntry(e->GetDictEntry()) { Copy(e); - //FIXME - //SQDepthLevel = e->GetDepthLevel(); - BinArea = 0; // let's be carefull ! SelfArea = true; } @@ -68,10 +65,11 @@ BinEntry::~BinEntry() //----------------------------------------------------------------------------- // Print -/* - * \brief canonical Printer +/** + * \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 "; @@ -94,8 +92,7 @@ void BinEntry::Print(std::ostream &os, std::string const & ) { //s << " [gdcm::Binary data NOT loaded]"; s << " [" <