X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirImage.h;h=59a9cbc6cc50bd23b7c0d1887348373116c69cfc;hb=867b8ef63054497249cc3a0138107383d60351dc;hp=b912c3ad8ab685b8b6526b7c00cac9b6c00c961b;hpb=ab0aa4fa11e3ac7ec236d1aceb6f0cf89fe83eae;p=gdcm.git diff --git a/src/gdcmDicomDirImage.h b/src/gdcmDicomDirImage.h index b912c3ad..59a9cbc6 100644 --- a/src/gdcmDicomDirImage.h +++ b/src/gdcmDicomDirImage.h @@ -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/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 @@ -20,18 +20,20 @@ #define GDCMDICOMIMAGE_H #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); }; - +} // end namespace gdcm //----------------------------------------------------------------------------- #endif