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. More...
|
|
int | size () const |
|
ToType | operator[] (int subindex) const |
| Random access operator. More...
|
|
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: