#2592 3D well log curves: Update curves after editing properties

This commit is contained in:
Rebecca Cox
2018-03-13 11:18:25 +01:00
parent ae077b86fd
commit 2fa8202332
4 changed files with 50 additions and 3 deletions

View File

@@ -64,9 +64,12 @@ public:
Rim3dWellLogCurve();
virtual ~Rim3dWellLogCurve();
void updateCurveIn3dView();
void setPropertiesFromView(Rim3dView* view);
DrawPlane drawPlane() const;
bool toggleState() const;
void resultValuesAndMds(std::vector<double>* resultValues, std::vector<double>* measuredDepthValues) const;