X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirImage.h;h=2fc5738c847a7092386249e141b8b375a6f8109e;hb=a770affb0ae95b1a1c0647ce7ee84f179e6714da;hp=a1e101f526650d142a1025e1ec34f7a1dcf6b362;hpb=8a3dd7efbcb545e7ed308eb7334b1e6dbbf40923;p=gdcm.git diff --git a/src/gdcmDicomDirImage.h b/src/gdcmDicomDirImage.h index a1e101f5..2fc5738c 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/02/01 13:11:49 $ + Version: $Revision: 1.16 $ 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,17 @@ namespace gdcm { //----------------------------------------------------------------------------- -class GDCM_EXPORT DicomDirImage : public DicomDirObject +/** + * \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(bool empty=false); ~DicomDirImage(); - void Print(std::ostream &os = std::cout); + void Print(std::ostream &os = std::cout, std::string const &indent = "" ); }; } // end namespace gdcm //-----------------------------------------------------------------------------