#5273 Allen Diagrams: Create special geometry for Allen NNC results

This commit is contained in:
Magne Sjaastad
2020-01-17 14:44:36 +01:00
parent 3eb43342af
commit 71b118e7fb
7 changed files with 119 additions and 14 deletions

View File

@@ -94,6 +94,14 @@ void RigNNCData::setConnections( std::vector<RigConnection>& connections )
m_connections = connections;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
size_t RigNNCData::nativeConnectionCount() const
{
return m_nativeConnectionCount;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------