X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirImage.h;h=a212aeb2e8934a8edb65f075e326e379de04a38b;hb=c67ffef593e7635d8dfa7d3fe63d702e5afafc3e;hp=5731cd0ef874e5bbc7b2bf10ffc4f38935c00d95;hpb=233c8b3ebb1aee6b1be6723d842eb2241b9ffb91;p=gdcm.git diff --git a/src/gdcmDicomDirImage.h b/src/gdcmDicomDirImage.h index 5731cd0e..a212aeb2 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/12/03 17:13:18 $ - Version: $Revision: 1.12 $ + Date: $Date: 2005/01/20 16:16:42 $ + Version: $Revision: 1.15 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,13 +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(); + 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 //-----------------------------------------------------------------------------