#5856 Well Disks : Guard recompute and limit evaluation to visible wells

This commit is contained in:
Magne Sjaastad
2020-04-29 19:50:46 +02:00
parent bc400af345
commit accfa47539
5 changed files with 35 additions and 13 deletions

View File

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