X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllPrint.cxx;h=e1d59cb277e417ecac0e797f3053bf3b8d3d8662;hb=41a5f9c2c6fd0592a97955244bdca64c25800481;hp=6755e871203c43b8225f7c5da19b487b3332f2d2;hpb=99527f7d2edc2714942c0837cb56ff333b9fbb92;p=gdcm.git diff --git a/Testing/TestAllPrint.cxx b/Testing/TestAllPrint.cxx index 6755e871..e1d59cb2 100644 --- a/Testing/TestAllPrint.cxx +++ b/Testing/TestAllPrint.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllPrint.cxx,v $ Language: C++ - Date: $Date: 2005/07/08 13:39:56 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/10/18 08:35:46 $ + 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 @@ -25,14 +25,12 @@ #include "gdcmFileHelper.h" #include "gdcmUtil.h" #include "gdcmCommon.h" -#include "gdcmBinEntry.h" #include "gdcmDocEntry.h" #include "gdcmDocEntrySet.h" #include "gdcmDocument.h" #include "gdcmElementSet.h" #include "gdcmSeqEntry.h" #include "gdcmSQItem.h" -#include "gdcmValEntry.h" #include @@ -48,7 +46,7 @@ int TestAllPrint(int, char *[]) std::string filename = gdcmDataImages[i]; gdcm::File file; - file.SetLoadMode( NO_SEQ ); + file.SetLoadMode( gdcm::LD_NOSEQ ); file.SetFileName( filename ); file.Load(); //file.Print( std::cout ); //just for debug