(#884) Added prototype of event handler for interaction with box

This commit is contained in:
Magne Sjaastad
2016-09-27 11:59:06 +02:00
parent fa6a6b4f08
commit d4bdbcb7c8
19 changed files with 1387 additions and 5 deletions

View File

@@ -699,6 +699,16 @@ cvf::Vec3d RiuViewer::lastPickPositionInDomainCoords() const
return m_viewerCommands->lastPickPositionInDomainCoords();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
caf::PdmObject* RiuViewer::lastPickedObject() const
{
CVF_ASSERT(m_viewerCommands);
return m_viewerCommands->currentPickedObject();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------