#12270 Create a summary ensemble based on a selection of realizations

Add RicCreateSummaryEnsembleFeature used to create an ensemble based on a selection of realizations. Delete obsolete features to create summary groups.

Add context menu in parameter cross plots to create ensemble from filtered summary cases.
This commit is contained in:
Magne Sjaastad
2025-03-18 12:55:19 +01:00
parent 4f87b911a8
commit d592b29090
15 changed files with 223 additions and 225 deletions
@@ -30,6 +30,7 @@
#include "RimSummaryCase.h"
#include "RimSummaryEnsemble.h"
#include "RiuContextMenuLauncher.h"
#include "RiuPlotCurve.h"
#include "RiuQwtPlotCurve.h"
#include "RiuQwtPlotRectAnnotation.h"
@@ -570,7 +571,13 @@ protected:
//--------------------------------------------------------------------------------------------------
RiuPlotWidget* RimParameterResultCrossPlot::doCreatePlotViewWidget( QWidget* mainWindowParent /*= nullptr */ )
{
RimAbstractCorrelationPlot::doCreatePlotViewWidget( mainWindowParent );
if ( !m_plotWidget )
{
m_plotWidget = new RiuQwtPlotWidget( this, mainWindowParent );
updatePlotTitle();
new RiuContextMenuLauncher( m_plotWidget, { "RicShowPlotDataFeature", "RicCreateEnsembleFromFilteredCasesFeature" } );
}
if ( m_plotWidget )
{