mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5779 Add const to access methods
This commit is contained in:
committed by
Gaute Lindkvist
parent
46da0863b8
commit
9041bc80fa
@@ -65,8 +65,8 @@ public:
|
||||
void update3dInfo();
|
||||
void updateName();
|
||||
|
||||
cvf::ref<RivExtrudedCurveIntersectionPartMgr> flatIntersectionPartMgr() const;
|
||||
cvf::Vec3d transformToUtm( const cvf::Vec3d& unscaledPointInFlatDomain ) const;
|
||||
const RivExtrudedCurveIntersectionPartMgr* flatIntersectionPartMgr() const;
|
||||
cvf::Vec3d transformToUtm( const cvf::Vec3d& unscaledPointInFlatDomain ) const;
|
||||
|
||||
cvf::ref<caf::DisplayCoordTransform> displayCoordTransform() const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user