(#676) Start intersections of well paths when the trajectory enters the active cells bounding box.

This commit is contained in:
Jacob Støren
2015-11-27 11:27:06 +01:00
parent f8d3b85047
commit 9fff7825af
2 changed files with 48 additions and 2 deletions

View File

@@ -88,6 +88,7 @@ private:
void updateWellCenterline() const;
void updateWellExtentDefaultValue();
void addExtents(std::vector<cvf::Vec3d> &polyLine) const;
void clipToReservoir(std::vector<cvf::Vec3d> &polyLine) const;
void updateName();
private:
cvf::ref<RivCrossSectionPartMgr> m_crossSectionPartMgr;