]> Creatis software - gdcm.git/blobdiff - src/gdcmBase.h
* Remove compilation warnings
[gdcm.git] / src / gdcmBase.h
index 3e6097d86a8949cd52fb7e7db0037d8ac0324999..8d88bf50d393d17cd66643fdfa442a9bb24237f5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmBase.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/20 15:24:08 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2005/10/23 15:32:30 $
+  Version:   $Revision: 1.10 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -26,7 +26,7 @@ namespace gdcm
 {
 //-----------------------------------------------------------------------------
 /**
- * \brief Base class of all gdcm classes
+ * \brief Base class of all gdcm classes.
  * Contains the Print related methods :
  *  - Print 
  *  - SetPrintLevel / GetPrintLevel 
@@ -34,11 +34,13 @@ namespace gdcm
 class GDCM_EXPORT Base
 {
 public:
+   /// \brief Constructor
    Base( ) {PrintLevel = 0;}
+   /// \brief Canonical Destructor   
    virtual ~Base() {}
-
-   virtual void Print(std::ostream &os = std::cout, 
-                      std::string const & indent = "" ) {};
+   /// \brief Printer
+   virtual void Print(std::ostream & = std::cout, 
+                      std::string const & = "" ) {};
 
    /// \brief Sets the print level for the Dicom Header Elements
    /// \note 0 for Light Print; 1 for 'medium' Print, 2 for Heavy Print