]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirImage.h
* src/ : rename some methods on Entry (SetXxx, InsertXxx) to have a better
[gdcm.git] / src / gdcmDicomDirImage.h
index 29204297b0a9fc9e7c6deaa2a1d6ad6d5052380d..a212aeb2e8934a8edb65f075e326e379de04a38b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirImage.h,v $
   Language:  C++
-  Date:      $Date: 2005/01/11 15:15:38 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2005/01/20 16:16:42 $
+  Version:   $Revision: 1.15 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -32,10 +32,10 @@ namespace gdcm
  class GDCM_EXPORT DicomDirImage : public DicomDirObject
 {
 public:
-   DicomDirImage(); 
+   DicomDirImage(bool empty=false); 
    ~DicomDirImage();
 
-   void Print(std::ostream &os = std::cout);
+   void Print(std::ostream &os = std::cout, std::string const & indent = "" );
 };
 } // end namespace gdcm
 //-----------------------------------------------------------------------------