Fix eclipse case contour map left click (#11378)

* Make sure we operate in the correct domain when picking points in the contour map
This commit is contained in:
jonjenssen
2024-04-17 11:53:29 +02:00
committed by Magne Sjaastad
parent 62e497f5fc
commit 74f55c885b
3 changed files with 26 additions and 25 deletions

View File

@@ -113,7 +113,7 @@ public:
uint numberOfValidCells() const;
size_t numberOfVertices() const;
bool checkForMapIntersection( const cvf::Vec3d& localPoint3d, cvf::Vec2d* contourMapPoint, double* valueAtPoint ) const;
bool checkForMapIntersection( const cvf::Vec3d& domainPoint3d, cvf::Vec2d* contourMapPoint, double* valueAtPoint ) const;
void setPickPoint( cvf::Vec2d globalPickPoint );
cvf::Vec3d origin3d() const;