#2609 Update the visualization when the well path geometry definition changes

This commit is contained in:
Jacob Støren
2018-07-02 14:51:17 +02:00
parent 0f39356fcb
commit dc95b217c5
7 changed files with 120 additions and 15 deletions

View File

@@ -40,6 +40,9 @@ public:
std::vector<cvf::Vec3d> m_wellPathPoints;
std::vector<double> m_measuredDepths;
const std::vector<cvf::Vec3d>& wellPathPoints() const;
const std::vector<double>& measureDepths() const;
RigWellPath();
void setDatumElevation(double value);
bool hasDatumElevation() const;
@@ -67,9 +70,6 @@ public:
double maxZ,
double * horizontalLengthAlongWellToClipPoint,
size_t * indexToFirstVisibleSegment);
const std::vector<cvf::Vec3d>& wellPathPoints() const;
const std::vector<double>& measureDepths() const;
private:
bool m_hasDatumElevation;
double m_datumElevation;