mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Geomech frames support (#9678)
Support for showing frames in geomech data.
This commit is contained in:
@@ -157,9 +157,10 @@ protected:
|
||||
void clearResults();
|
||||
void clearTimeStepRange();
|
||||
|
||||
double maxValue( const std::vector<double>& aggregatedResults ) const;
|
||||
double minValue( const std::vector<double>& aggregatedResults ) const;
|
||||
std::pair<double, double> minmaxValuesAllTimeSteps();
|
||||
double maxValue( const std::vector<double>& aggregatedResults ) const;
|
||||
double minValue( const std::vector<double>& aggregatedResults ) const;
|
||||
|
||||
virtual std::pair<double, double> minmaxValuesAllTimeSteps();
|
||||
|
||||
virtual cvf::ref<cvf::UByteArray> getCellVisibility() const;
|
||||
virtual std::vector<bool> getMapCellVisibility();
|
||||
|
||||
Reference in New Issue
Block a user