#1858 Rename WellPathIntersectionInfo classes

This commit is contained in:
Jacob Støren
2017-12-12 13:53:02 +01:00
parent 3a1939d460
commit b15664cfc5
10 changed files with 34 additions and 22 deletions

View File

@@ -35,7 +35,7 @@
//==================================================================================================
///
//==================================================================================================
struct CellIntersectionInfo
struct WellPathCellIntersectionInfo
{
size_t globCellIndex;
cvf::Vec3d startPoint;
@@ -63,7 +63,7 @@ public:
const RigWellPath* wellPathData() { return m_wellPath.p();}
std::vector<CellIntersectionInfo> intersectionInfo() const;
std::vector<WellPathCellIntersectionInfo> intersectionInfo() const;
protected:
static void insertIntersectionsInMap(const std::vector<HexIntersectionInfo> &intersections,