#1427 Apply specific changes from pre-proto regarding selection in 3D

To be used for transporting branch index from 3D context menu operation to feature.
This commit is contained in:
Jacob Støren
2017-04-25 15:49:07 +02:00
parent 1f7c357b67
commit f40cf3a9b7
4 changed files with 123 additions and 2 deletions

View File

@@ -32,6 +32,8 @@ public:
RimEclipseWell* well() const;
size_t branchIndex() const;
private:
caf::PdmPointer<RimEclipseWell> m_eclipseWell;
size_t m_branchIndex;