mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 15:36:09 -06:00
#1980 PLT Plot: Make accessor for intersectedCellsGlobIdx
This commit is contained in:
parent
306e32dba1
commit
901d03079a
@ -161,6 +161,14 @@ std::vector<WellPathCellIntersectionInfo> RigEclipseWellLogExtractor::cellInters
|
||||
return cellIntersectionInfos;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
const std::vector<size_t>& RigEclipseWellLogExtractor::intersectedCellsGlobIdx()
|
||||
{
|
||||
return m_intersectedCellsGlobIdx;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -50,6 +50,7 @@ public:
|
||||
const RigEclipseCaseData* caseData() { return m_caseData.p();}
|
||||
|
||||
std::vector<WellPathCellIntersectionInfo> cellIntersectionInfo();
|
||||
const std::vector<size_t>& intersectedCellsGlobIdx();
|
||||
|
||||
protected:
|
||||
void calculateIntersection();
|
||||
|
Loading…
Reference in New Issue
Block a user