]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirImage.h
ENH: Adding 'gdcm' namespace. Be nice with me this was a ~13000 lines patch. Also...
[gdcm.git] / src / gdcmDicomDirImage.h
index dac05c642ee85fcb4b876ee8b5dde8a8e9ec1ec2..59a9cbc6cc50bd23b7c0d1887348373116c69cfc 100644 (file)
@@ -3,12 +3,12 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirImage.h,v $
   Language:  C++
-  Date:      $Date: 2004/08/26 15:29:52 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2004/10/12 04:35:44 $
+  Version:   $Revision: 1.10 $
                                                                                 
   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
 #ifndef GDCMDICOMIMAGE_H
 #define GDCMDICOMIMAGE_H
 
-#include "gdcmObject.h"
+#include "gdcmDicomDirObject.h"
+namespace gdcm 
+{
 
 //-----------------------------------------------------------------------------
-class GDCM_EXPORT gdcmDicomDirImage : public gdcmObject
+class GDCM_EXPORT DicomDirImage : public DicomDirObject
 {
 public:
-   gdcmDicomDirImage(gdcmSQItem *s, TagDocEntryHT *ptagHT); 
-   gdcmDicomDirImage(TagDocEntryHT *ptagHT); 
+   DicomDirImage(SQItem *s, TagDocEntryHT *ptagHT); 
+   DicomDirImage(TagDocEntryHT *ptagHT); 
 
-   ~gdcmDicomDirImage();
+   ~DicomDirImage();
 
    virtual void Print(std::ostream &os = std::cout);
 };
-
+} // end namespace gdcm
 //-----------------------------------------------------------------------------
 #endif