Support filtering by formation/polygon when calculating statistics (#12086)

* Support loading formation names when importing an ensemble
* Enable support for formation filtering when calculating contour map
* Add option to limit calculation area to a selection of polygons
This commit is contained in:
jonjenssen
2025-01-29 01:36:29 +01:00
committed by GitHub
parent 99c4d96977
commit cbab1b256f
43 changed files with 460 additions and 86 deletions

View File

@@ -32,6 +32,7 @@
#include "Well/RigWellResultFrame.h"
#include "Well/RigWellResultPoint.h"
#include "Formations/RimFormationNames.h"
#include "Rim2dIntersectionView.h"
#include "RimCellEdgeColors.h"
#include "RimEclipseCase.h"
@@ -39,7 +40,6 @@
#include "RimEclipseFaultColors.h"
#include "RimEclipseView.h"
#include "RimExtrudedCurveIntersection.h"
#include "RimFormationNames.h"
#include "RimIntersectionResultDefinition.h"
#include "RimMultipleEclipseResults.h"
#include "RimRegularLegendConfig.h"