X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexOverlaysACR.cxx;h=3af7774caf20e25d6a3584fb27404f9aba3083c4;hb=8ee21bb4ee2c8ce94b32e7cf1c4506e03117e679;hp=00fa7520850e2002f58e46139ab9f7510e84242c;hpb=4d992954520d43c6f2fb555b7cd721574978c23a;p=gdcm.git diff --git a/Example/exOverlaysACR.cxx b/Example/exOverlaysACR.cxx index 00fa7520..3af7774c 100644 --- a/Example/exOverlaysACR.cxx +++ b/Example/exOverlaysACR.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exOverlaysACR.cxx,v $ Language: C++ - Date: $Date: 2005/07/07 17:31:54 $ - Version: $Revision: 1.4 $ + Date: $Date: 2005/08/30 15:13:06 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -22,7 +22,8 @@ #include "gdcmDocEntry.h" #include - #include +#include // for fseek... FIXME +#include // for atoi // WARNING : // unfinished : DO NOT to be used as is ! @@ -87,7 +88,7 @@ int main(int argc, char *argv[]) f = new gdcm::File( ); - f->SetLoadMode(NO_SEQ | NO_SHADOW); + f->SetLoadMode(gdcm::LD_NOSEQ | gdcm::LD_NOSHADOW); f->SetFileName( fileName ); bool res = f->Load();