X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirSerie.h;h=4f2f0749c7e829610bf46792ed5befb6b1cf9a62;hb=3eff461b8ad6c34c5d4a9fa6b4ce1eca87daf550;hp=c9d14d6ab0a2a6539f05793fcb3d61ad8ed89077;hpb=ba78e6c6d47d6db1528e8e88e5ebde7296a26692;p=gdcm.git diff --git a/src/gdcmDicomDirSerie.h b/src/gdcmDicomDirSerie.h index c9d14d6a..4f2f0749 100644 --- a/src/gdcmDicomDirSerie.h +++ b/src/gdcmDicomDirSerie.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirSerie.h,v $ Language: C++ - Date: $Date: 2004/12/03 20:16:57 $ - Version: $Revision: 1.16 $ + Date: $Date: 2005/01/11 15:15:38 $ + Version: $Revision: 1.18 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -28,20 +28,25 @@ class DicomDirImage; typedef std::list ListDicomDirImage; //----------------------------------------------------------------------------- +/** + * \ingroup DicomDirSerie + * \brief describes a SERIE within a within a STUDY + * (DicomDirStudy) of a given DICOMDIR (DicomDir) + */ class GDCM_EXPORT DicomDirSerie : public DicomDirObject { public: DicomDirSerie(); ~DicomDirSerie(); - void Print( std::ostream& os = std::cout ); - void WriteContent( std::ofstream* fp, FileType t ); + void Print( std::ostream &os = std::cout ); + void WriteContent( std::ofstream *fp, FileType t ); /** * \ingroup DicomDirSerie * \brief returns the IMAGE chained List for this SERIE. */ - ListDicomDirImage const & GetDicomDirImages() const { return Images; }; + ListDicomDirImage const &GetDicomDirImages() const { return Images; }; /** * \ingroup DicomDirSerie @@ -53,7 +58,7 @@ public: * \ingroup DicomDirSerie * \brief TODO */ - DicomDirImage* NewImage(); + DicomDirImage *NewImage(); private: /**