X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDirList.h;h=6477cdcc37f1a6e2a449a4d2c6ff76144df56977;hb=713d0f3d28a6176fab6d57e031633061dc7354a7;hp=cda6dd317c78e1377a6549b5ed38fb756bf64ec8;hpb=5d1e3fd08029804ede29b7392c2f1b7970b3c27f;p=gdcm.git diff --git a/src/gdcmDirList.h b/src/gdcmDirList.h index cda6dd31..6477cdcc 100644 --- a/src/gdcmDirList.h +++ b/src/gdcmDirList.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDirList.h,v $ Language: C++ - Date: $Date: 2007/06/08 12:49:37 $ - Version: $Revision: 1.34 $ + Date: $Date: 2007/08/22 16:14:04 $ + Version: $Revision: 1.36 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,8 +16,8 @@ =========================================================================*/ -#ifndef GDCMDIRLIST_H -#define GDCMDIRLIST_H +#ifndef _GDCMDIRLIST_H_ +#define _GDCMDIRLIST_H_ #include "gdcmBase.h" #include "gdcmDicomDirSerie.h" @@ -35,6 +35,8 @@ typedef std::vector DirListType; // NOTE: Due to a M$VC6 'feature' we cannot export a std::list in a dll, // so GDCM_EXPORT keyword was removed for this class only +// +// We have to supply accessors GetSize(), GetFirst(), GetNext() /** * \brief List containing the file headers of all the 'gdcm readable' files