#2037 RFT Plot: Set formation case from plot

This commit is contained in:
Rebecca Cox
2017-11-06 13:39:14 +01:00
parent 1e943e1607
commit bac2d2b4b2
3 changed files with 26 additions and 33 deletions

View File

@@ -77,13 +77,14 @@ public:
size_t curveIndex(RimWellLogCurve* curve);
size_t curveCount() { return curves.size(); }
void setXAxisTitle(const QString& text);
void setBranchIndex(int branchIndex);
void setFormationBranchIndex(int branchIndex);
int formationBranchIndex() const;
void recreateViewer();
void detachAllCurves();
void loadDataAndUpdate();
void updateFormationNamesData(TrajectoryType trajectoryType, RimWellPath* wellPath, QString simWellName, int branchIndex);
void updateFormationNamesData(RimCase* rimCase, TrajectoryType trajectoryType, RimWellPath* wellPath, QString simWellName, int branchIndex);
void availableDepthRange(double* minimumDepth, double* maximumDepth);
void updateXZoomAndParentPlotDepthZoom();