X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDicomDirSerie.h;h=acde92f460f9351a2796dfff1bc2d6ff8d05566b;hb=dd0927eaa7e990832c45a1256f85de6148f35b93;hp=c009dc081f5f69dec16f051120c52517d13db356;hpb=30d2b02b938fe912d866b40ca2b9842961481ab2;p=gdcm.git diff --git a/src/gdcmDicomDirSerie.h b/src/gdcmDicomDirSerie.h index c009dc08..acde92f4 100644 --- a/src/gdcmDicomDirSerie.h +++ b/src/gdcmDicomDirSerie.h @@ -1,5 +1,21 @@ -// gdcmDicomDirSerie.h -//----------------------------------------------------------------------------- +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcmDicomDirSerie.h,v $ + Language: C++ + Date: $Date: 2004/07/02 13:55:27 $ + Version: $Revision: 1.5 $ + + 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 GDCMDICOMDIRSERIE_H #define GDCMDICOMDIRSERIE_H @@ -22,13 +38,13 @@ public: * \ingroup gdcmDicomDirSerie * \brief returns the IMAGE chained List for this SERIE. */ - inline ListDicomDirImage &GetDicomDirImages() + ListDicomDirImage &GetDicomDirImages() {return images;}; /** * \ingroup gdcmDicomDirSerie * \brief adds the passed IMAGE to the IMAGE chained List for this SERIE. */ - inline void AddDicomDirImage(gdcmDicomDirImage *obj) + void AddDicomDirImage(gdcmDicomDirImage *obj) {images.push_back(obj);}; /**