#2332 2D Intersection View: Command to create view

This commit is contained in:
Magne Sjaastad
2018-01-17 11:05:31 +01:00
parent b53603e906
commit 03de2aba5b
10 changed files with 205 additions and 0 deletions
@@ -51,6 +51,14 @@ Rim2dIntersectionView::~Rim2dIntersectionView(void)
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void Rim2dIntersectionView::setIntersection(RimIntersection* intersection)
{
m_intersection = intersection;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------