X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirElement.h;h=8a17cbedcf749dd037583bef53536e462be293ca;hb=74e3bc05fade5a18f193e7d1122c74756c0e689e;hp=07bf7db38276a9201c6aa0d73d856b2ab396128a;hpb=616fe6757e5e27ce6ebb48e9e3bf3b42ab15be1c;p=gdcm.git diff --git a/src/gdcmDicomDirElement.h b/src/gdcmDicomDirElement.h index 07bf7db3..8a17cbed 100644 --- a/src/gdcmDicomDirElement.h +++ b/src/gdcmDicomDirElement.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirElement.h,v $ Language: C++ - Date: $Date: 2004/11/03 18:08:56 $ - Version: $Revision: 1.15 $ + Date: $Date: 2005/01/05 15:38:28 $ + Version: $Revision: 1.17 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -58,7 +58,6 @@ public: /** * \brief canonical Printer - * \sa SetPrintLevel */ void Print(std::ostream &os); @@ -117,7 +116,6 @@ private: /// Elements chained list, related to the SerieElements of DICOMDIR ListDicomDirSerieElem DicomDirSerieList; /// Elements chained list, related to the ImageElements of DICOMDIR - ListDicomDirImageElem DicomDirImageList; }; } // end namespace gdcm