#5001 Add measurements to WBS plot.

This commit is contained in:
Kristian Bendiksen
2019-11-19 11:07:51 +01:00
parent e380168f13
commit 18c2350bdf
6 changed files with 503 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ class RimWellLogRftCurve;
class RimWellLogTrack;
class RimWellLogWbsCurve;
class RimWellPath;
class RimWellMeasurementCurve;
//--------------------------------------------------------------------------------------------------
///
@@ -66,6 +67,10 @@ public:
int branchIndex,
bool useBranchDetection,
bool showPlotWindow = true );
static RimWellMeasurementCurve* addWellMeasurementCurve( RimWellLogTrack* plotTrack,
RimWellPath* wellPath,
const QString& measurementName,
bool showPlotWindow = true );
private:
template <typename ExtractionCurveType>