#2029 Well Log Plot: Handle curves with different depth in 'Show Plot Data'

This commit is contained in:
Kristian Bendiksen
2021-10-29 15:00:46 +02:00
parent c150f3a6f9
commit f8ab0b2197
6 changed files with 319 additions and 24 deletions
@@ -57,6 +57,9 @@ public:
// See ExpressionParserImpl::assignVector()
std::vector<double>& interpolatedYValuesForAllXValues( size_t curveIdx );
static void removeValuesForPartialCurves( std::set<XValueType, XComparator>& unionOfXValues,
const std::vector<std::pair<XValueType, XValueType>>& originalXBounds );
public:
// Helper methods, available as public to be able to access from unit tests