mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5856 Well Disks : Guard recompute and limit evaluation to visible wells
This commit is contained in:
@@ -158,7 +158,7 @@ public:
|
||||
static void updateWellAllocationPlots();
|
||||
|
||||
void setDefaultSourceCaseForWellDisks();
|
||||
void updateWellDisks();
|
||||
void scaleWellDisks();
|
||||
double wellDiskScaleFactor() const;
|
||||
|
||||
caf::PdmField<cvf::Color3f> wellDiskColor;
|
||||
@@ -177,7 +177,7 @@ protected:
|
||||
private:
|
||||
void calculateWellGeometryVisibility( size_t frameIndex );
|
||||
void updateStateFromEnabledChildCount( size_t showLabelCount, caf::PdmField<caf::Tristate>* fieldToUpdate );
|
||||
void updateWellDisks( const RimWellDiskConfig& wellDiskConfig );
|
||||
void scaleWellDisksFromConfig( const RimWellDiskConfig& wellDiskConfig );
|
||||
RimWellDiskConfig getActiveWellDiskConfig() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user