Opm::NeighbourhoodIterator Class Reference

#include <AssembledConnectionsIteration.hpp>

Public Member Functions

 NeighbourhoodIterator (const int *neighbour_iter, const double *weight_iter)
 
ConnectionData operator* ()
 
bool operator!= (const NeighbourhoodIterator &other) const
 
NeighbourhoodIteratoroperator++ ()
 

Detailed Description

Iterator over the graph neighbourhood of a cell, typically used from AssembledConnections.

Constructor & Destructor Documentation

◆ NeighbourhoodIterator()

Opm::NeighbourhoodIterator::NeighbourhoodIterator ( const int *  neighbour_iter,
const double *  weight_iter 
)
inline

Member Function Documentation

◆ operator!=()

bool Opm::NeighbourhoodIterator::operator!= ( const NeighbourhoodIterator other) const
inline

◆ operator*()

ConnectionData Opm::NeighbourhoodIterator::operator* ( )
inline

◆ operator++()

NeighbourhoodIterator & Opm::NeighbourhoodIterator::operator++ ( )
inline

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