A class used as a row type for OrientedEntityTable.
More...
#include <OrientedEntityTable.hpp>
|
|
| MutableOrientedEntityRange () |
| | Default constructor yielding an empty range.
|
| | MutableOrientedEntityRange (const R &r, bool orientation) |
| | Constructor taking a row type and an orientation.
|
|
int | size () const |
| ToType | operator[] (int subindex) const |
| | Random access operator.
|
|
bool | empty () const |
|
Iter | begin () const |
|
Iter | end () const |
template<int codim_to>
class Dune::cpgrid::MutableOrientedEntityRange< codim_to >
A class used as a row type for OrientedEntityTable.
- Template Parameters
-
◆ MutableOrientedEntityRange()
Constructor taking a row type and an orientation.
- Parameters
-
| r | Row type |
| orientation | True if positive orientation. |
◆ operator[]()
Random access operator.
- Parameters
-
- Returns
- Entity representation.
The documentation for this class was generated from the following file: