]> Creatis software - gdcm.git/blobdiff - src/gdcmFile.h
Fix typo
[gdcm.git] / src / gdcmFile.h
index da097692bcaa53af0423387cdc766a2f5a3b541b..f958d9a29a6d3b26c94c627f05868470a2501b59 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmFile.h,v $
   Language:  C++
-  Date:      $Date: 2005/01/08 15:03:59 $
-  Version:   $Revision: 1.92 $
+  Date:      $Date: 2005/01/16 04:50:42 $
+  Version:   $Revision: 1.94 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -31,8 +31,8 @@ class PixelReadConvert;
 class PixelWriteConvert;
 class DocEntryArchive;
 //-----------------------------------------------------------------------------
-/*
- * In addition to Dicom header exploration, this class is designed
+/**
+ * \brief In addition to Dicom Header exploration, this class is designed
  * for accessing the image/volume content. One can also use it to
  * write Dicom/ACR-NEMA/RAW files.
  */
@@ -52,7 +52,7 @@ public:
  
    virtual ~File();
 
-   void Print(std::ostream &os = std::cout); 
+   void Print(std::ostream &os = std::cout, std::string const & indent = ""); 
 
    /// Accessor to \ref Header
    Header *GetHeader() { return HeaderInternal; }