mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3379 Holo Lens : Add RivCellSetEnum to RivSouceInfo
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
RivSourceInfo::RivSourceInfo(caf::PdmObject* pdmObject, size_t gridIndex)
|
||||
: RivObjectSourceInfo(pdmObject)
|
||||
, m_gridIndex(gridIndex)
|
||||
, m_cellSetType(ALL_CELLS)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -53,3 +54,19 @@ bool RivSourceInfo::hasNNCIndices() const
|
||||
{
|
||||
return m_NNCIndices.notNull();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RivCellSetEnum RivSourceInfo::cellSetType() const
|
||||
{
|
||||
return m_cellSetType;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RivSourceInfo::setCellSetType(RivCellSetEnum cellSetEnum)
|
||||
{
|
||||
m_cellSetType = cellSetEnum;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user