X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDicomDirImage.h;h=cb5026dfea303ec0c24172f0a826be688c625b97;hb=c8691eb81e5b4376462ba611edffabbd6f9b43a2;hp=a1e101f526650d142a1025e1ec34f7a1dcf6b362;hpb=8a3dd7efbcb545e7ed308eb7334b1e6dbbf40923;p=gdcm.git diff --git a/src/gdcmDicomDirImage.h b/src/gdcmDicomDirImage.h index a1e101f5..cb5026df 100644 --- a/src/gdcmDicomDirImage.h +++ b/src/gdcmDicomDirImage.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirImage.h,v $ Language: C++ - Date: $Date: 2004/10/25 03:35:19 $ - Version: $Revision: 1.11 $ + Date: $Date: 2005/01/16 04:50:41 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,15 +24,18 @@ namespace gdcm { //----------------------------------------------------------------------------- -class GDCM_EXPORT DicomDirImage : public DicomDirObject +/** + * \ingroup DicomDirImage + * \brief describes an IMAGE within a SERIE + * (DicomDirSerie) of a given DICOMDIR (DicomDir) + */ + class GDCM_EXPORT DicomDirImage : public DicomDirObject { public: - DicomDirImage(SQItem *s, TagDocEntryHT *ptagHT); - DicomDirImage(TagDocEntryHT *ptagHT); - + DicomDirImage(); ~DicomDirImage(); - void Print(std::ostream &os = std::cout); + void Print(std::ostream &os = std::cout, std::string const & indent = "" ); }; } // end namespace gdcm //-----------------------------------------------------------------------------