]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/BaseMPRWidget.cxx
Segmentated image write: Ok
[cpPlugins.git] / lib / cpPlugins / Interface / BaseMPRWidget.cxx
index d96ae328abc3b65133a62b6519711c95f9989729..052e374f51c879794a222e1cf336e59eecca1a66 100644 (file)
@@ -95,6 +95,13 @@ AddData(
     return( false );
 }
 
+// -------------------------------------------------------------------------
+const std::string& cpPlugins::Interface::BaseMPRWidget::
+GetMainImage( ) const
+{
+  return( this->m_MainImage );
+}
+
 // -------------------------------------------------------------------------
 bool cpPlugins::Interface::BaseMPRWidget::
 SetMainImage( const std::string& name )