mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2332 2D Intersection View: Command to create view
This commit is contained in:
@@ -34,6 +34,7 @@ class Rim3dView;
|
||||
class RimFormationNames;
|
||||
class RimTimeStepFilter;
|
||||
class Rim2dIntersectionView;
|
||||
class RimIntersection;
|
||||
|
||||
namespace cvf {
|
||||
class BoundingBox;
|
||||
@@ -71,6 +72,8 @@ public:
|
||||
|
||||
size_t uiToNativeTimeStepIndex(size_t uiTimeStepIndex);
|
||||
|
||||
Rim2dIntersectionView* createAndAddIntersectionView(RimIntersection* intersection);
|
||||
|
||||
protected:
|
||||
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool * useOptionsOnly) override;
|
||||
virtual std::vector<Rim3dView*> allSpecialViews() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user