mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2549 2dIntersectionView. Update view when modifying branch detection and interpol type
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user