mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#541) Setting depth range for export from the curve's raw data, not the plot curve's data
This commit is contained in:
@@ -36,6 +36,7 @@ public:
|
||||
virtual ~RigWellLogCurveData();
|
||||
|
||||
void setPoints(const std::vector<double>& xValues, const std::vector<double>& yValues);
|
||||
bool depthRange(double* minimumDepth, double* maximumDepth) const;
|
||||
|
||||
const std::vector<double>& xValues() const;
|
||||
const std::vector<double>& yValues() const;
|
||||
|
||||
Reference in New Issue
Block a user