#2153 Cross Plot : Compute interpolated values based on missing timesteps relative other curve

This commit is contained in:
Magne Sjaastad
2017-11-21 10:39:20 +01:00
parent 4f653cbf3d
commit a51b4be1dc
2 changed files with 51 additions and 17 deletions

View File

@@ -81,6 +81,7 @@ protected:
private:
RifSummaryReaderInterface* valuesSummaryReaderX() const;
RifSummaryReaderInterface* valuesSummaryReaderY() const;
const std::vector<time_t>& timeStepsX() const;
void calculateCurveInterpolationFromAddress();