mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added branch index to source info as basis for more work on #1044
This commit is contained in:
@@ -55,6 +55,8 @@ public:
|
||||
|
||||
const std::vector< std::vector <cvf::Vec3d> >& centerLineOfWellBranches() { return m_pipeBranchesCLCoords;}
|
||||
|
||||
void findGridIndexAndCellIndex(size_t branchIndex, size_t triangleIndex, size_t* gridIndex, size_t* cellIndex);
|
||||
|
||||
private:
|
||||
caf::PdmPointer<RimEclipseView> m_rimReservoirView;
|
||||
caf::PdmPointer<RimEclipseWell> m_rimWell;
|
||||
@@ -63,7 +65,6 @@ private:
|
||||
bool m_needsTransformUpdate;
|
||||
|
||||
void buildWellPipeParts();
|
||||
|
||||
|
||||
struct RivPipeBranchData
|
||||
{
|
||||
@@ -78,6 +79,8 @@ private:
|
||||
|
||||
};
|
||||
|
||||
RivPipeBranchData* pipeBranchData(size_t branchIndex);
|
||||
|
||||
std::list<RivPipeBranchData> m_wellBranches;
|
||||
|
||||
cvf::ref<cvf::ScalarMapper> m_scalarMapper;
|
||||
|
||||
Reference in New Issue
Block a user