mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1495 Add 'Completions' folder to RimWellPath
Move perforation intervals into folder Move fishbone definitions and fishbone well paths into folder
This commit is contained in:
@@ -37,12 +37,14 @@ class RimFishboneWellPathCollection : public RimCheckableNamedObject
|
||||
|
||||
public:
|
||||
RimFishboneWellPathCollection();
|
||||
~RimFishboneWellPathCollection();
|
||||
|
||||
void appendCompletion(RimFishboneWellPath* completion);
|
||||
void importCompletionsFromFile(const QList<QString> filePaths);
|
||||
void importCompletionsFromFile(const QStringList& filePaths);
|
||||
|
||||
void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue);
|
||||
|
||||
caf::PdmChildArrayField<RimFishboneWellPath*> m_completions;
|
||||
private:
|
||||
void appendCompletion(RimFishboneWellPath* completion);
|
||||
|
||||
private:
|
||||
caf::PdmChildArrayField<RimFishboneWellPath*> m_wellPaths;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user