mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3420 Result info. Fix cordinate system translations. Renaming to improve readability
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
|
||||
void setFace(cvf::StructGridInterface::FaceType face);
|
||||
void setNncIndex(size_t nncIndex);
|
||||
void setIntersectionPoint(cvf::Vec3d intersectionPoint);
|
||||
void setIntersectionPointInDisplay(cvf::Vec3d intersectionPointInDisplay);
|
||||
void set2dIntersectionView(Rim2dIntersectionView* intersectionView);
|
||||
|
||||
QString mainResultText();
|
||||
@@ -83,5 +83,5 @@ private:
|
||||
|
||||
size_t m_nncIndex;
|
||||
|
||||
cvf::Vec3d m_intersectionPoint;
|
||||
cvf::Vec3d m_intersectionPointInDisplay;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user