]> Creatis software - gdcm.git/blobdiff - src/gdcmBinEntry.cxx
BUG: was leading zeroes in numeric components. This is illegal, according to PS 3...
[gdcm.git] / src / gdcmBinEntry.cxx
index 1d6a7c567b33f45d408e0583e29e8b81d83e127c..62dfc3da21187abba740a477138e853116e160bf 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmBinEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/14 17:40:04 $
-  Version:   $Revision: 1.52 $
+  Date:      $Date: 2005/01/19 15:58:00 $
+  Version:   $Revision: 1.54 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -45,10 +45,6 @@ BinEntry::BinEntry(DictEntry *e) : ValEntry(e)
 BinEntry::BinEntry(DocEntry *e) : ValEntry(e->GetDictEntry())
 {
    Copy(e);
-/*   Length     = e->GetLength();
-   ReadLength = e->GetReadLength();
-   ImplicitVR = e->IsImplicitVR();
-   Offset     = e->GetOffset();*/
 
    //FIXME
    //SQDepthLevel = e->GetDepthLevel();
@@ -76,7 +72,7 @@ BinEntry::~BinEntry()
  * \brief   canonical Printer
  */
  
-void BinEntry::Print(std::ostream &os)
+void BinEntry::Print(std::ostream &os, std::string const & )
 {
    os << "B ";
    DocEntry::Print(os);