#8099 Result Mapping: Move result definitions into sub folders

This commit is contained in:
Magne Sjaastad
2021-10-05 14:28:00 +02:00
parent 5596ff28aa
commit d8a2bfef54
7 changed files with 55 additions and 22 deletions

View File

@@ -520,26 +520,6 @@ void RimGridView::clearReservoirCellVisibilities()
//--------------------------------------------------------------------------------------------------
void RimGridView::addRequiredUiTreeObjects( caf::PdmUiTreeOrdering& uiTreeOrdering )
{
{
std::vector<RimIntersection*> intersections;
this->descendantsIncludingThisOfType( intersections );
if ( !intersections.empty() )
{
uiTreeOrdering.add( &m_intersectionResultDefCollection );
}
}
{
std::vector<RimSurfaceInView*> surfaces;
this->descendantsIncludingThisOfType( surfaces );
if ( !surfaces.empty() )
{
uiTreeOrdering.add( &m_surfaceResultDefCollection );
}
}
{
RimWellPathCollection* wellPathCollection = RimTools::wellPathCollection();
if ( wellPathCollection )