X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBase.h;h=bfaa1f58f9cc3005e19fc29eb5a44d09b4354315;hb=aedf83c26c99c5e632f159b91138b0e178b9fb4b;hp=9304052d264b78241cb6940be52c92bb934e4fce;hpb=c094e185dd6404df031524ccae8e1b51e3b84871;p=gdcm.git diff --git a/src/gdcmBase.h b/src/gdcmBase.h index 9304052d..bfaa1f58 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/21 11:40:55 $ - Version: $Revision: 1.4 $ + Date: $Date: 2005/07/30 18:16:19 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -27,7 +27,6 @@ namespace gdcm //----------------------------------------------------------------------------- /** * \brief Base class of all gdcm classes - * * Contains the Print related methods : * - Print * - SetPrintLevel / GetPrintLevel @@ -38,10 +37,11 @@ public: Base( ); virtual ~Base(); - virtual void Print(std::ostream &os = std::cout, std::string const & indent = "" ); + 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 + /// \note 0 for Light Print; 1 for 'medium' Print, 2 for Heavy Print void SetPrintLevel(int level) { PrintLevel = level; }; /// \brief Gets the print level for the Dicom Entries