mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#12008 Improve display of curves from selected cells in 3D view
* Remove obsolete base class * Add conversion between one/zero-based IJK * Move code to RiaTextStringTools * Add automatic update of grid cell curves when clicking in 3D view * Fix missing conversion to QString
This commit is contained in:
@@ -18,10 +18,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "RimGeometrySelectionItem.h"
|
||||
|
||||
#include "cafPdmField.h"
|
||||
#include "cafPdmFieldCvfVec3d.h"
|
||||
#include "cafPdmObject.h"
|
||||
#include "cafPdmPtrField.h"
|
||||
|
||||
class RiuGeoMechSelectionItem;
|
||||
@@ -31,7 +30,7 @@ class RimGeoMechCase;
|
||||
///
|
||||
///
|
||||
//==================================================================================================
|
||||
class RimGeoMechGeometrySelectionItem : public RimGeometrySelectionItem
|
||||
class RimGeoMechGeometrySelectionItem : public caf::PdmObject
|
||||
{
|
||||
CAF_PDM_HEADER_INIT;
|
||||
|
||||
@@ -41,7 +40,7 @@ public:
|
||||
|
||||
void setFromSelectionItem( const RiuGeoMechSelectionItem* selectionItem );
|
||||
|
||||
QString geometrySelectionText() const override;
|
||||
QString geometrySelectionText() const;
|
||||
RimGeoMechCase* geoMechCase() const;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user