]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirImage.h
* src/gdcmFile.h : bug fix. Variable type and variable name had same name
[gdcm.git] / src / gdcmDicomDirImage.h
index b912c3ad8ab685b8b6526b7c00cac9b6c00c961b..5731cd0ef874e5bbc7b2bf10ffc4f38935c00d95 100644 (file)
@@ -3,12 +3,12 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirImage.h,v $
   Language:  C++
-  Date:      $Date: 2004/09/23 10:47:10 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2004/12/03 17:13:18 $
+  Version:   $Revision: 1.12 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
-  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details.
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
                                                                                 
      This software is distributed WITHOUT ANY WARRANTY; without even
      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 
 #include "gdcmDicomDirObject.h"
 
+namespace gdcm 
+{
 //-----------------------------------------------------------------------------
-class GDCM_EXPORT gdcmDicomDirImage : public gdcmDicomDirObject
+class GDCM_EXPORT DicomDirImage : public DicomDirObject
 {
 public:
-   gdcmDicomDirImage(gdcmSQItem *s, TagDocEntryHT *ptagHT); 
-   gdcmDicomDirImage(TagDocEntryHT *ptagHT); 
-
-   ~gdcmDicomDirImage();
+   DicomDirImage(); 
+   ~DicomDirImage();
 
-   virtual void Print(std::ostream &os = std::cout);
+   void Print(std::ostream &os = std::cout);
 };
-
+} // end namespace gdcm
 //-----------------------------------------------------------------------------
 #endif