X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FmakeDicomDir.cxx;h=fbaf7f3530c0abcf308a549dcc23a49ca3d23e6b;hb=fefb49a4c17b2c2134cf23edf1ecf230c5e309d1;hp=cc9804f17d3878ff87f7843769dbf49037fa9dff;hpb=1d69b92978803204089d270599133917d944c651;p=gdcm.git diff --git a/Example/makeDicomDir.cxx b/Example/makeDicomDir.cxx index cc9804f1..fbaf7f35 100644 --- a/Example/makeDicomDir.cxx +++ b/Example/makeDicomDir.cxx @@ -1,34 +1,26 @@ -#include -#include "gdcm.h" +/*========================================================================= + + Program: gdcm + Module: $RCSfile: makeDicomDir.cxx,v $ + Language: C++ + Date: $Date: 2004/12/03 20:16:56 $ + Version: $Revision: 1.9 $ + + 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.html 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. + +=========================================================================*/ #include "gdcmDocEntry.h" #include "gdcmDicomDir.h" #include "gdcmDicomDirPatient.h" #include "gdcmDirList.h" -#include -#ifdef GDCM_NO_ANSI_STRING_STREAM -# include -# define ostringstream ostrstream -# else -# include -#endif - -#define ostringstream ostrstream - -#include -#include - -// for Directory pb -#ifdef _MSC_VER - #include - #include -#else - #include - #include -#endif - -#include -#include +#include // --- void StartMethod(void *toto) {