#1519 Export COMPDAT for all perforation intervals

This commit is contained in:
Bjørnar Grip Fjær
2017-05-26 12:37:01 +02:00
parent 05edb97635
commit 96760884d1
7 changed files with 296 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ public:
cvf::Vec3d interpolatedPointAlongWellPath(double measuredDepth);
double wellPathAzimuthAngle(const cvf::Vec3d& position) const;
void twoClosestPoints(const cvf::Vec3d& position, cvf::Vec3d* p1, cvf::Vec3d* p2) const;
std::vector<cvf::Vec3d> clippedPointSubset(double startMD, double endMD) const;
private:
bool m_hasDatumElevation;