Opm::FlowDiagnostics::CellSet Class Reference

#include <CellSet.hpp>

Public Types

using const_iterator = IndexSet::const_iterator
 

Public Member Functions

 CellSet (CellSetID id)
 Contruct empty cell set, use insert() to populate. More...
 
 CellSet (CellSetID id, const std::vector< int > &cells)
 Construct non-empty cell set. More...
 
const CellSetIDid () const
 
void insert (const int cell)
 
const_iterator begin () const
 
const_iterator end () const
 

Member Typedef Documentation

◆ const_iterator

using Opm::FlowDiagnostics::CellSet::const_iterator = IndexSet::const_iterator

Constructor & Destructor Documentation

◆ CellSet() [1/2]

Opm::FlowDiagnostics::CellSet::CellSet ( CellSetID  id)
explicit

Contruct empty cell set, use insert() to populate.

◆ CellSet() [2/2]

Opm::FlowDiagnostics::CellSet::CellSet ( CellSetID  id,
const std::vector< int > &  cells 
)

Construct non-empty cell set.

Member Function Documentation

◆ begin()

const_iterator Opm::FlowDiagnostics::CellSet::begin ( ) const

◆ end()

const_iterator Opm::FlowDiagnostics::CellSet::end ( ) const

◆ id()

const CellSetID & Opm::FlowDiagnostics::CellSet::id ( ) const

◆ insert()

void Opm::FlowDiagnostics::CellSet::insert ( const int  cell)

The documentation for this class was generated from the following file: