]> Creatis software - creaImageIO.git/blobdiff - appli/TestWxGimmickReaderDialog/main.cxx
#333 Export new list of filesnames after DropDuplicatePositions
[creaImageIO.git] / appli / TestWxGimmickReaderDialog / main.cxx
index a8265ec119a03b02d40c1f43987a136965ba6839..833b1020c27cde3a2260bdcca4ad3b7fe7b17c0b 100644 (file)
@@ -140,11 +140,12 @@ bool myApp::OnInit( )
        // but for all selected file.
     // For the moment, no output model file (XML)
           std::vector<creaImageIO::OutStrGimmick> out;
+       std::vector<std::string> outFileNames;
        std::vector<std::string> attr;
           attr.push_back("D0028_0010");
           attr.push_back("D0008_0023");
           attr.push_back("D0008_1070");
-          w.getSelected(out, attr,true,"");
+          w.getSelected(out, attr,outFileNames,true,"");
        std::cout<<out.size()<<std::endl;
           crea::VtkBasicSlicer(out.front().img);
        out.front().img->Delete();