mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2331 Shell of 2dIntersectionView shell added. Fixed access to views on a case including the intersection views also.
This commit is contained in:
@@ -91,7 +91,6 @@ public:
|
||||
|
||||
RimCaseCollection* parentCaseCollection();
|
||||
|
||||
virtual std::vector<Rim3dView*> views();
|
||||
virtual QStringList timeStepStrings() const override;
|
||||
virtual QString timeStepName(int frameIdx) const override;
|
||||
virtual std::vector<QDateTime> timeStepDates() const override;
|
||||
@@ -122,6 +121,7 @@ protected:
|
||||
|
||||
private:
|
||||
void createTimeStepFormatString();
|
||||
virtual std::vector<Rim3dView*> allSpecialViews() const override;
|
||||
|
||||
private:
|
||||
cvf::ref<RigEclipseCaseData> m_rigEclipseCase;
|
||||
|
||||
Reference in New Issue
Block a user