mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove redundant part of hierarchical well paths
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user