mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2449 2d intersection view. Show UTM intersection point in result info window
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "Rim3dView.h"
|
||||
#include "RivIntersectionPartMgr.h"
|
||||
#include "cafPdmPtrField.h"
|
||||
|
||||
class RimIntersection;
|
||||
class RivIntersectionPartMgr;
|
||||
class RimLegendConfig;
|
||||
class RimTernaryLegendConfig;
|
||||
|
||||
@@ -58,6 +58,8 @@ public:
|
||||
|
||||
void update3dInfo();
|
||||
|
||||
cvf::ref<RivIntersectionPartMgr> flatIntersectionPartMgr() const { return m_flatIntersectionPartMgr; }
|
||||
|
||||
protected:
|
||||
void updateLegends();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user