Add get methods for drawStyle and coloringStyle for Rim3dWellLogCurve

This commit is contained in:
Gaute Lindkvist
2018-04-13 13:45:12 +02:00
parent fd63ae7531
commit 4c5b90f363
2 changed files with 21 additions and 3 deletions

View File

@@ -60,8 +60,10 @@ public:
void updateCurveIn3dView();
DrawPlane drawPlane() const;
bool isShowingCurve() const;
DrawPlane drawPlane() const;
DrawStyle drawStyle() const;
ColoringStyle coloringStyle() const;
bool isShowingCurve() const;
virtual void curveValuesAndMds(std::vector<double>* values, std::vector<double>* measuredDepthValues) const = 0;