#2549 2dIntersectionView. Update view when modifying branch detection and interpol type

This commit is contained in:
Bjørn Erik Jensen
2018-03-08 16:48:21 +01:00
parent 3feaa55d02
commit 8bd37b3411
3 changed files with 6 additions and 7 deletions

View File

@@ -72,6 +72,9 @@ public:
void wellHeadTopBottomPosition(int frameIndex, cvf::Vec3d* top, cvf::Vec3d* bottom);
double pipeRadius();
void schedule2dIntersectionViewUpdate();
caf::PdmField<bool> showWell;
caf::PdmField<QString> name;
@@ -103,8 +106,6 @@ private:
bool intersectsWellCellsFilteredCells(const RigWellResultFrame &wrsf, size_t frameIndex) const;
void schedule2dIntersectionViewUpdate();
private:
cvf::ref<RigSimWellData> m_simWellData;
size_t m_resultWellIndex;