Remove redundant part of hierarchical well paths

This commit is contained in:
Gaute Lindkvist
2020-10-16 07:36:29 +02:00
parent 7684596829
commit 362dcb4dd1
7 changed files with 95 additions and 20 deletions

View File

@@ -34,15 +34,17 @@ public:
bool hasChildWellPath( RimWellPath* wellPath );
void removeChildWellPath( RimWellPath* wellPath );
void removeAllChildWellPaths();
void fixBranchNames();
void makeMoreLevelsIfNecessary();
void createWellPathGeometry();
void updateWellPathName();
void fixBranchNames();
void makeMoreLevelsIfNecessary();
protected:
void defineUiTreeOrdering( caf::PdmUiTreeOrdering& uiTreeOrdering, QString uiConfigName );
private:
std::vector<const RigWellPath*> wellPathGeometries() const;
void updateWellPathName();
QString createWellPathName() const;
private: