X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirImage.h;h=dac05c642ee85fcb4b876ee8b5dde8a8e9ec1ec2;hb=3fd520b58c8d1939994de2c63cc038c3e7ac9522;hp=e2d74927adde3c06b0af98ca75625710a7f9981e;hpb=30d2b02b938fe912d866b40ca2b9842961481ab2;p=gdcm.git diff --git a/src/gdcmDicomDirImage.h b/src/gdcmDicomDirImage.h index e2d74927..dac05c64 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/08/26 15:29:52 $ + Version: $Revision: 1.7 $ + + 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. + + 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" //----------------------------------------------------------------------------- -class GDCM_EXPORT gdcmDicomDirImage : public gdcmObject { +class GDCM_EXPORT gdcmDicomDirImage : public gdcmObject +{ 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); }; //-----------------------------------------------------------------------------