X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBase.h;h=35198eb9f2127c197015bc3fd7b45128737a7e9c;hb=c8691eb81e5b4376462ba611edffabbd6f9b43a2;hp=455897303e5227a9ad37e9f97f35b8065c996af9;hpb=ac0c6624e5206f25f5adc7deb53f937e00e6e264;p=gdcm.git diff --git a/src/gdcmBase.h b/src/gdcmBase.h index 45589730..35198eb9 100644 --- a/src/gdcmBase.h +++ b/src/gdcmBase.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBase.h,v $ Language: C++ - Date: $Date: 2005/01/11 15:15:37 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/01/16 04:50:40 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -38,7 +38,7 @@ public: Base( ); virtual ~Base(); - virtual void Print(std::ostream &os = std::cout); + virtual void Print(std::ostream &os = std::cout, std::string const & indent = "" ); /// \brief Sets the print level for the Dicom Header Elements /// \note 0 for Light Print; 1 for 'medium' Print, 2 for Heavy