X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestSerieHelper.cxx;h=81de64be068840d1146b5bdcadc461a68fd6ec00;hb=6278320cc85da00d2d56ffbf07806e84966892c3;hp=cfa52140ff094e01a61701ffc3f62bb24f2873e5;hpb=a62b5eb4984601395f2e1296045bacd693ef860d;p=gdcm.git diff --git a/Testing/TestSerieHelper.cxx b/Testing/TestSerieHelper.cxx index cfa52140..81de64be 100644 --- a/Testing/TestSerieHelper.cxx +++ b/Testing/TestSerieHelper.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestSerieHelper.cxx,v $ Language: C++ - Date: $Date: 2007/06/21 14:59:06 $ - Version: $Revision: 1.11 $ + Date: $Date: 2008/09/15 15:49:21 $ + Version: $Revision: 1.13 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -33,10 +33,10 @@ int TestSerieHelper(int argc, char *argv[]) } //if (argc > 2) - // gdcm::Debug::DebugOn(); + // GDCM_NAME_SPACE::Debug::DebugOn(); - std::cout << "Dir Name :[" << dirName << "]" << std::endl; + std::cout << "-------------- Dir Name :[" << dirName << "]" << std::endl; s = GDCM_NAME_SPACE::SerieHelper::New(); s->SetLoadMode(GDCM_NAME_SPACE::LD_ALL); // Load everything for each File @@ -51,7 +51,7 @@ int TestSerieHelper(int argc, char *argv[]) << std::endl; int nbFiles; - // For all the SingleSerieUID filesets of the gdcm::Serie + // For all the SingleSerieUID filesets of the GDCM_NAME_SPACE::Serie GDCM_NAME_SPACE::FileList *l = s->GetFirstSingleSerieUIDFileSet(); while (l) {