X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FImageMPR%2FImageMPR.cxx;h=5951d1fd1872acffdd35b4278d5275b93f6b93c5;hb=b07ef139fe5264b87e1f95dc43671ef5705eb3f7;hp=f9613cb9819b87332bda13b5eff45f4fd9b63912;hpb=94a44f4cdf4747eccc933df0a9c75ec86e825d2e;p=cpPlugins.git diff --git a/appli/ImageMPR/ImageMPR.cxx b/appli/ImageMPR/ImageMPR.cxx index f9613cb..5951d1f 100644 --- a/appli/ImageMPR/ImageMPR.cxx +++ b/appli/ImageMPR/ImageMPR.cxx @@ -298,7 +298,6 @@ _triggered_actionOpenSegmentation( ) void ImageMPR:: _triggered_actionOpenInputPolyData( ) { - /* // Show dialog and check if it was accepted QFileDialog dialog( this ); dialog.setFileMode( QFileDialog::ExistingFile ); @@ -360,14 +359,12 @@ _triggered_actionOpenInputPolyData( ) tr( "Error reading mesh" ), tr( err.c_str( ) ) ); - */ } // ------------------------------------------------------------------------- void ImageMPR:: _triggered_actionImageToImage( ) { - /* if( this->m_InputImage.IsNull( ) ) return; @@ -407,14 +404,12 @@ _triggered_actionImageToImage( ) tr( "Error executing filter" ), tr( err.c_str( ) ) ); - */ } // ------------------------------------------------------------------------- void ImageMPR:: _triggered_actionImageToMesh( ) { - /* if( this->m_InputImage.IsNull( ) ) return; @@ -456,7 +451,6 @@ _triggered_actionImageToMesh( ) tr( "Error executing filter" ), tr( err.c_str( ) ) ); - */ } // eof - $RCSfile$