X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FImageMPR%2FImageMPR.cxx;h=c18fcd24fad447bd2d4c5fd23f49fd1d826ec4fa;hb=266bf1ee8ffa4ffd8cc20c1c367fe1ca153b63f9;hp=cf6a1f6b7934f353350ee9ee89f47c200e765157;hpb=7478fcc087fe32cee83c18bd98ccf8afb2e8818b;p=cpPlugins.git diff --git a/appli/ImageMPR/ImageMPR.cxx b/appli/ImageMPR/ImageMPR.cxx index cf6a1f6..c18fcd2 100644 --- a/appli/ImageMPR/ImageMPR.cxx +++ b/appli/ImageMPR/ImageMPR.cxx @@ -75,10 +75,15 @@ UpdateActualFilter( ) return; // Show outputs -#error ACA VOY for( auto oIt = outputs.begin( ); oIt != outputs.end( ); ++oIt ) - std::cout << *oIt << std::endl; - + { + std::string parent = this->m_Plugins.GetParent( *oIt ); + TDataObject* dobj = this->m_Plugins.GetData< TDataObject >( *oIt ); + this->m_UI->MPR->AddData( dobj, *oIt, parent ); + this->m_UI->MPR->ShowData( *oIt ); + + } // rof + /* TODO std::vector< std::string > outputs; std::string err = this->m_Plugins->UpdateActiveFilter( outputs );