]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirImage.h
* bug fix in the Python demos, due to the recent changes
[gdcm.git] / src / gdcmDicomDirImage.h
index cb5026dfea303ec0c24172f0a826be688c625b97..2fc5738c847a7092386249e141b8b375a6f8109e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirImage.h,v $
   Language:  C++
-  Date:      $Date: 2005/01/16 04:50:41 $
-  Version:   $Revision: 1.14 $
+  Date:      $Date: 2005/02/01 13:11:49 $
+  Version:   $Revision: 1.16 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -25,17 +25,16 @@ namespace gdcm
 {
 //-----------------------------------------------------------------------------
 /**
- * \ingroup DicomDirImage
  * \brief   describes an IMAGE within a SERIE
  * (DicomDirSerie) of a given DICOMDIR (DicomDir)
  */
  class GDCM_EXPORT DicomDirImage : public DicomDirObject
 {
 public:
-   DicomDirImage(); 
+   DicomDirImage(bool empty=false); 
    ~DicomDirImage();
 
-   void Print(std::ostream &os = std::cout, std::string const & indent = "" );
+   void Print(std::ostream &os = std::cout, std::string const &indent = "" );
 };
 } // end namespace gdcm
 //-----------------------------------------------------------------------------