mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Well Targets: Add scaling factor for well targets
This commit is contained in:
@@ -92,6 +92,7 @@ public:
|
||||
cvf::Color3f sphereColor() const;
|
||||
double sphereRadiusFactor() const;
|
||||
bool showAbsoluteCoordinates() const;
|
||||
double wellTargetScalingFactor() const;
|
||||
|
||||
protected:
|
||||
std::vector<RimWellPathTarget*> activeWellTargets( bool useAutoGeneratedTargetAtSeaLevel ) const;
|
||||
@@ -140,6 +141,7 @@ private:
|
||||
caf::PdmField<bool> m_showSpheres;
|
||||
caf::PdmField<cvf::Color3f> m_sphereColor;
|
||||
caf::PdmField<double> m_sphereRadiusFactor;
|
||||
caf::PdmField<double> m_wellTargetHandleScalingFactor;
|
||||
|
||||
std::shared_ptr<RicCreateWellTargetsPickEventHandler> m_pickTargetsEventHandler;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user