#2748 Completion Type Calculations : Use findIntersectedGlobalCellIndices

This commit is contained in:
Magne Sjaastad
2018-04-17 14:14:31 +02:00
parent 7a2979ca56
commit ba3074ff08
5 changed files with 163 additions and 91 deletions

View File

@@ -40,6 +40,10 @@ public:
const std::vector<cvf::Vec3d>& pathCoords,
const std::vector<double>& pathMds);
static std::set<size_t> findIntersectedGlobalCellIndices(const RigEclipseCaseData* caseData,
const std::vector<cvf::Vec3d>& coords,
const std::vector<double>& measuredDepths = {});
static std::vector<HexIntersectionInfo> findRawHexCellIntersections(const RigMainGrid* grid, const std::vector<cvf::Vec3d>& coords);
static cvf::Vec3d calculateLengthInCell(const std::array<cvf::Vec3d, 8>& hexCorners,