mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1585 corrected calculations of achor cell on fracture
Move IJK achor cell visualization to SimWellFracture Remove unused IJK fields and IJK anchor cell from RimFracture, because they are ambigous for well path fractions. Should be a list, but not implemented yet
This commit is contained in:
@@ -54,6 +54,8 @@ protected:
|
||||
virtual void defineEditorAttribute(const caf::PdmFieldHandle* field, QString uiConfigName, caf::PdmUiEditorAttribute* attribute) override;
|
||||
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool* useOptionsOnly) override;
|
||||
|
||||
RigMainGrid* ownerCaseMainGrid() const;
|
||||
|
||||
private:
|
||||
void updateBranchGeometry();
|
||||
void setBranchGeometry();
|
||||
@@ -62,4 +64,8 @@ private:
|
||||
caf::PdmField<float> m_location;
|
||||
caf::PdmField<int> m_branchIndex;
|
||||
std::vector<RigSimulationWellCoordsAndMD> m_branchCenterLines;
|
||||
|
||||
caf::PdmProxyValueField<QString> m_displayIJK;
|
||||
QString createOneBasedIJKText() const;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user