#3699 Show global east west position when picking on Contour Maps.

This commit is contained in:
Gaute Lindkvist
2018-11-15 15:18:53 +01:00
parent a1e094625a
commit e2cc7fb423
3 changed files with 12 additions and 7 deletions

View File

@@ -102,7 +102,7 @@ public:
QString resultDescriptionText() const;
void updatedWeightingResult();
bool checkForMapIntersection(const cvf::Vec3d& localPoint3d, cvf::Vec2ui* contourMapIJ, double* valueAtPoint) const;
bool checkForMapIntersection(const cvf::Vec3d& localPoint3d, cvf::Vec2d* contourMapPoint, double* valueAtPoint) const;
protected:
double calculateValue(uint i, uint j) const;