#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

@@ -25,7 +25,7 @@ class RigEclipseCaseData;
class RigWellPath;
class RigResultAccessor;
struct WellPathCellIntersectionInfo;
struct EclipseWellPathCellIntersectionInfo;
namespace cvf {
class BoundingBox;
@@ -42,7 +42,7 @@ public:
void curveData(const RigResultAccessor* resultAccessor, std::vector<double>* values );
const RigEclipseCaseData* caseData() { return m_caseData.p();}
std::vector<WellPathCellIntersectionInfo> cellIntersectionInfo();
std::vector<EclipseWellPathCellIntersectionInfo> cellIntersectionInfo();
const std::vector<size_t>& intersectedCellsGlobIdx();
protected: