]> Creatis software - gdcm.git/blobdiff - src/gdcmBase.h
ENH: Be more verbose on Win32
[gdcm.git] / src / gdcmBase.h
index e7b7abccb0e35ddc34d079ae30910da82f49932e..35198eb9f2127c197015bc3fd7b45128737a7e9c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmBase.h,v $
   Language:  C++
-  Date:      $Date: 2004/12/16 13:46:38 $
-  Version:   $Revision: 1.1 $
+  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
 namespace gdcm 
 {
 //-----------------------------------------------------------------------------
-/*
+/**
  * \brief Base class of all gdcm classes
  *
- * Contains all to correctly print
- *  - Print method
- *  - SetPrintLevel method
+ * Contains the Print related methods :
+ *  - Print 
+ *  - SetPrintLevel / GetPrintLevel 
  */
 class GDCM_EXPORT Base
 {
@@ -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