X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBase.h;h=c8151f2d6779c081d5e5a397200099596ef1bfb8;hb=fb3bc19d96ec0bf38de3a466208a891a799f4797;hp=0036ba22115edd06e1ef5c07ebabe298d6803f80;hpb=dd9001df5c1b8d5be917f635a6316aa4f0869af7;p=gdcm.git diff --git a/src/gdcmBase.h b/src/gdcmBase.h index 0036ba22..c8151f2d 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/30 17:30:57 $ - Version: $Revision: 1.5 $ + Date: $Date: 2005/09/02 07:10:03 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -41,11 +41,11 @@ public: 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 - void SetPrintLevel(int level) { PrintLevel = level; }; + /// \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 - int GetPrintLevel() { return PrintLevel; }; + int GetPrintLevel() { return PrintLevel; } protected: /// \brief Amount of printed details for each Dicom Entries :