mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
This commit is contained in:
@@ -46,6 +46,10 @@ public:
|
||||
const RigWellPath* wellPathData() { return m_wellPath.p();}
|
||||
|
||||
protected:
|
||||
void insertIntersectionsInMap(const std::vector<HexIntersectionInfo> &intersections,
|
||||
cvf::Vec3d p1, double md1, cvf::Vec3d p2, double md2,
|
||||
std::map<RigMDCellIdxEnterLeaveIntersectionSorterKey, HexIntersectionInfo > *uniqueIntersections);
|
||||
|
||||
void populateReturnArrays(std::map<RigMDCellIdxEnterLeaveIntersectionSorterKey, HexIntersectionInfo > &uniqueIntersections);
|
||||
|
||||
std::vector<double> m_measuredDepth;
|
||||
|
||||
Reference in New Issue
Block a user