From 0ed978003cafdcb01bd50c51f22c821fd727d476 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Mon, 31 May 2010 13:01:45 +0000 Subject: [PATCH] *** empty log message *** --- .../wxContourGUIExample.cxx | 42 ++++++++++++++----- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/appli/wxContourGUIExample/wxContourGUIExample.cxx b/appli/wxContourGUIExample/wxContourGUIExample.cxx index fb162fe..39dcc2d 100644 --- a/appli/wxContourGUIExample/wxContourGUIExample.cxx +++ b/appli/wxContourGUIExample/wxContourGUIExample.cxx @@ -124,21 +124,41 @@ bool wxTheApplication :: OnInit() #endif // MACOSX - if(w.GetReturnCode() == wxID_OK) - { + if(w.GetReturnCode() == wxID_OK) + { std::vector s; w.GetSelectedFiles(s); - std::vector::iterator i; - for (i=s.begin();i!=s.end();++i) + + +//EED std::vector::iterator i; +// for (i=s.begin();i!=s.end();++i) +// { +// std::cout << *i << std::endl; +// } +// std::cout << "$$$$ "< out; + std::vector attr; +// attr.push_back("D0028_0010"); +// attr.push_back("D0008_0023"); +// attr.push_back("D0008_1070"); + w.getSelected(out, attr,true,""); + // std::cout<SetFileName( filename.c_str() ); -- 2.45.0