Support loading hierarchical well paths

This commit is contained in:
Gaute Lindkvist
2020-10-07 16:18:24 +02:00
parent 52e3214b0e
commit 0b19307be0
22 changed files with 78 additions and 160 deletions

View File

@@ -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();