]> Creatis software - cpPlugins.git/blobdiff - appli/ImageMPR/ImageMPR.cxx
Plugin system is now instalable. Dependency to boost eliminated.
[cpPlugins.git] / appli / ImageMPR / ImageMPR.cxx
index f9613cb9819b87332bda13b5eff45f4fd9b63912..5951d1fd1872acffdd35b4278d5275b93f6b93c5 100644 (file)
@@ -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$