mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5001 Add measurements to WBS plot.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user