mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
Support generating border result based on current visibility
This commit is contained in:
committed by
Magne Sjaastad
parent
3ff9ac3336
commit
4c0d4b3d1d
@@ -135,6 +135,8 @@ public:
|
||||
|
||||
void updateResultAddressCollection();
|
||||
|
||||
void setReservoirData( RigEclipseCaseData* eclipseCase );
|
||||
|
||||
protected:
|
||||
void initAfterRead() override;
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
|
||||
@@ -145,7 +147,6 @@ protected:
|
||||
// Internal methods
|
||||
protected:
|
||||
void computeCachedData();
|
||||
void setReservoirData( RigEclipseCaseData* eclipseCase );
|
||||
std::vector<QString> additionalFiles() const;
|
||||
RimEclipseViewCollection* globalViewCollection() const;
|
||||
void addViewsFromViewCollection( std::vector<RimEclipseView*>& views, const RimEclipseViewCollection* viewColl ) const;
|
||||
|
||||
Reference in New Issue
Block a user