mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Support loading hierarchical well paths
This commit is contained in:
@@ -93,7 +93,8 @@ public:
|
||||
|
||||
void loadDataAndUpdate();
|
||||
std::vector<RimWellPath*> addWellPaths( QStringList filePaths, QStringList* errorMessages );
|
||||
std::vector<RimWellPath*> wellPaths();
|
||||
std::vector<RimWellPath*> topLevelWellPaths() const;
|
||||
std::vector<RimWellPath*> allWellPaths() const;
|
||||
void removeWellPath( RimWellPath* wellPath );
|
||||
void deleteAllWellPaths();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user