mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
3D Well Log Curve (#2747): Add "Add new curve" command to 3D track and other curves.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
|
||||
class RimSimWellInView;
|
||||
class Rim3dView;
|
||||
class Rim3dWellLogCurveCollection;
|
||||
class RimWellLogExtractionCurve;
|
||||
class RimWellLogFileChannel;
|
||||
class RimWellLogFileCurve;
|
||||
@@ -37,17 +38,19 @@ class RimWellPath;
|
||||
class RicWellLogTools
|
||||
{
|
||||
public:
|
||||
static RimWellLogTrack* selectedWellLogPlotTrack();
|
||||
static RimSimWellInView* selectedSimulationWell(int* branchIndex);
|
||||
static RimWellPath* selectedWellPath();
|
||||
static bool wellHasRftData(const QString& wellName);
|
||||
static bool isWellPathOrSimWellSelectedInView();
|
||||
static void addWellLogChannelsToPlotTrack(RimWellLogTrack* plotTrack,
|
||||
static RimWellLogTrack* selectedWellLogPlotTrack();
|
||||
static RimSimWellInView* selectedSimulationWell(int* branchIndex);
|
||||
static RimWellPath* selectedWellPath();
|
||||
static RimWellPath* findWellPathFromSelection();
|
||||
static bool wellHasRftData(const QString& wellName);
|
||||
static bool isWellPathOrSimWellSelectedInView();
|
||||
static void addWellLogChannelsToPlotTrack(RimWellLogTrack* plotTrack,
|
||||
const std::vector<RimWellLogFileChannel*>& wellLogFileChannels);
|
||||
static RimWellPath* selectedWellPathWithLogFile();
|
||||
static RimWellLogExtractionCurve* addExtractionCurve(RimWellLogTrack* plotTrack, Rim3dView* view, RimWellPath* wellPath,
|
||||
static RimWellPath* selectedWellPathWithLogFile();
|
||||
static RimWellPath* findWellPathWithLogFileFromSelection();
|
||||
static RimWellLogExtractionCurve* addExtractionCurve(RimWellLogTrack* plotTrack, Rim3dView* view, RimWellPath* wellPath,
|
||||
const RimSimWellInView* simWell, int branchIndex,
|
||||
bool useBranchDetection);
|
||||
static RimWellLogRftCurve* addRftCurve(RimWellLogTrack* plotTrack, const RimSimWellInView* simWell);
|
||||
static RimWellLogFileCurve* addFileCurve(RimWellLogTrack* plotTrack);
|
||||
static RimWellLogRftCurve* addRftCurve(RimWellLogTrack* plotTrack, const RimSimWellInView* simWell);
|
||||
static RimWellLogFileCurve* addFileCurve(RimWellLogTrack* plotTrack);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user