#2600 Well CF Visualization: Make sure all connections are visualized

This commit is contained in:
Magne Sjaastad
2018-03-19 14:41:46 +01:00
parent 0e8dff00ca
commit 241bf0364c
6 changed files with 75 additions and 34 deletions

View File

@@ -39,6 +39,7 @@ public:
RimWellPath* wellPath() const;
size_t globalCellIndexFromTriangleIndex(cvf::uint triangleIndex) const;
double connectionFactorFromTriangleIndex(cvf::uint triangleIndex) const;
private:
caf::PdmPointer<RimWellPath> m_wellPath;