#2331 Shell of 2dIntersectionView shell added. Fixed access to views on a case including the intersection views also.

This commit is contained in:
Jacob Støren
2018-01-17 08:00:36 +01:00
parent 548c065290
commit d616548cd0
9 changed files with 226 additions and 981 deletions

View File

@@ -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;