mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5576 Simulation wells: Add Fly to Object
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Rim3dPropertiesInterface.h"
|
||||
|
||||
#include "RigWellDiskData.h"
|
||||
|
||||
#include "cafAppEnum.h"
|
||||
@@ -46,7 +48,7 @@ class RimWellDiskConfig;
|
||||
///
|
||||
///
|
||||
//==================================================================================================
|
||||
class RimSimWellInView : public caf::PdmObject
|
||||
class RimSimWellInView : public caf::PdmObject, public Rim3dPropertiesInterface
|
||||
{
|
||||
CAF_PDM_HEADER_INIT;
|
||||
|
||||
@@ -105,6 +107,8 @@ public:
|
||||
double calculateInjectionProductionFractions( const RimWellDiskConfig& wellDiskConfig, bool* isOk );
|
||||
void scaleDisk( double minValue, double maxValue );
|
||||
|
||||
cvf::BoundingBox boundingBoxInDomainCoords() const override;
|
||||
|
||||
protected:
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
|
||||
void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering ) override;
|
||||
|
||||
Reference in New Issue
Block a user