]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirImage.h
* src/gdcmFile.cxx : now delete the PixelConvert instance.
[gdcm.git] / src / gdcmDicomDirImage.h
index b2a496ec472d0c2c880902c86ca0141efb2b5a32..a1e101f526650d142a1025e1ec34f7a1dcf6b362 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirImage.h,v $
   Language:  C++
-  Date:      $Date: 2004/09/27 08:39:06 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2004/10/25 03:35:19 $
+  Version:   $Revision: 1.11 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 
 #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); 
+   DicomDirImage(SQItem *s, TagDocEntryHT *ptagHT); 
+   DicomDirImage(TagDocEntryHT *ptagHT); 
 
-   ~gdcmDicomDirImage();
+   ~DicomDirImage();
 
-   virtual void Print(std::ostream &os = std::cout);
+   void Print(std::ostream &os = std::cout);
 };
-
+} // end namespace gdcm
 //-----------------------------------------------------------------------------
 #endif