X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirImage.h;h=b2a496ec472d0c2c880902c86ca0141efb2b5a32;hb=8ac4df8c7543a827c7b89fc9bbcf86625f3c1afe;hp=e2d74927adde3c06b0af98ca75625710a7f9981e;hpb=30d2b02b938fe912d866b40ca2b9842961481ab2;p=gdcm.git diff --git a/src/gdcmDicomDirImage.h b/src/gdcmDicomDirImage.h index e2d74927..b2a496ec 100644 --- a/src/gdcmDicomDirImage.h +++ b/src/gdcmDicomDirImage.h @@ -1,19 +1,36 @@ -// gdcmDicomDirImage.h -//----------------------------------------------------------------------------- +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcmDicomDirImage.h,v $ + Language: C++ + Date: $Date: 2004/09/27 08:39:06 $ + Version: $Revision: 1.9 $ + + 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.html for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #ifndef GDCMDICOMIMAGE_H #define GDCMDICOMIMAGE_H -#include "gdcmObject.h" +#include "gdcmDicomDirObject.h" //----------------------------------------------------------------------------- -class GDCM_EXPORT gdcmDicomDirImage : public gdcmObject { +class GDCM_EXPORT gdcmDicomDirImage : public gdcmDicomDirObject +{ public: gdcmDicomDirImage(gdcmSQItem *s, TagDocEntryHT *ptagHT); gdcmDicomDirImage(TagDocEntryHT *ptagHT); - ~gdcmDicomDirImage(void); + ~gdcmDicomDirImage(); - virtual void Print(std::ostream &os = std::cout); + virtual void Print(std::ostream &os = std::cout); }; //-----------------------------------------------------------------------------