#7609 Add simpler plot collection interface

This commit is contained in:
Kristian Bendiksen
2021-05-03 19:31:00 +02:00
parent d8b80bb988
commit 0fb69f7524
6 changed files with 48 additions and 15 deletions

View File

@@ -470,11 +470,15 @@ void RimMainPlotCollection::loadDataAndUpdateAllPlots()
RimMultiPlotCollection* gpwColl = nullptr;
RimStimPlanModelPlotCollection* frmColl = nullptr;
std::vector<RimAbstractPlotCollection*> plotCollections;
std::vector<RimPlotCollection*> plotCollections;
plotCollections.push_back( summaryCrossPlotCollection() );
plotCollections.push_back( gridCrossPlotCollection() );
plotCollections.push_back( analysisPlotCollection() );
plotCollections.push_back( vfpPlotCollection() );
#ifdef USE_QTCHARTS
plotCollections.push_back( gridStatisticsPlotCollection() );
plotCollections.push_back( ensembleFractureStatisticsPlotCollection() );
#endif
if ( wellLogPlotCollection() )
{