3D well log curves: Code cleanup

This commit is contained in:
Rebecca Cox
2018-03-22 11:45:11 +01:00
parent 3547240fe6
commit ef1cb3468b
9 changed files with 36 additions and 57 deletions

View File

@@ -61,7 +61,7 @@ public:
void updateCurveIn3dView();
DrawPlane drawPlane() const;
bool toggleState() const;
bool isShowingCurve() const;
virtual void curveValuesAndMds(std::vector<double>* values, std::vector<double>* measuredDepthValues) const = 0;