Skeleton for toggling grouping of well paths

This commit is contained in:
Gaute Lindkvist
2020-10-19 14:53:38 +02:00
parent 395398587a
commit 195bcf2817
6 changed files with 244 additions and 0 deletions

View File

@@ -574,6 +574,22 @@ void RimWellPathCollection::deleteAllWellPaths()
updateAllRequiredEditors();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimWellPathCollection::groupWellPaths( const std::vector<RimWellPath*> wellPaths )
{
// TODO: implement
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimWellPathCollection::ungroupWellPaths( const std::vector<RimWellPath*> wellPaths )
{
// TODO: implement
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------