A class used as a row type for OrientedEntityTable. More...
#include <OrientedEntityTable.hpp>
Public Types | |
typedef EntityRep< codim_to > | ToType |
typedef ToType * | ToTypePtr |
typedef Opm::SparseTable < ToType >::row_type | R |
Public Member Functions | |
OrientedEntityRange () | |
Default constructor yielding an empty range. | |
OrientedEntityRange (const R &r, bool orientation) | |
Constructor taking a row type and an orientation. More... | |
int | size () const |
ToType | operator[] (int subindex) const |
Random access operator. More... | |
A class used as a row type for OrientedEntityTable.
codim_to | Codimension. |
|
inline |
Constructor taking a row type and an orientation.
R | Row type |
orientation | True if positive orientation. |
|
inline |