(#557, #560, #561) WLP: Aligned intresection map insertion code Geom/Eclipse

This commit is contained in:
Jacob Støren
2015-10-14 10:10:07 +02:00
parent 8d2fee9bf4
commit 9fa2395fdc
4 changed files with 54 additions and 52 deletions

View File

@@ -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;