An interface for a geometric entity set with a single geometry.
#include <dumux/geometry/geometricentityset.hh>
|
constexpr auto | size () const |
| the number of entities in this set
|
|
constexpr auto | size () const |
| the number of entities in this set
|
|
decltype(auto) | begin () const |
| begin iterator to enable range-based for iteration
|
|
decltype(auto) | begin () const |
| begin iterator to enable range-based for iteration
|
|
decltype(auto) | end () const |
| end iterator to enable range-based for iteration
|
|
decltype(auto) | end () const |
| end iterator to enable range-based for iteration
|
|
std::size_t | index (const Entity &e) const |
| get an entities index
|
|
std::size_t | index (const Entity &e) const |
| get an entities index
|
|
const Entity & | entity (std::size_t index) const |
| get an entity from an index
|
|
const Entity & | entity (std::size_t index) const |
| get an entity from an index
|
|
|
static constexpr int | dimensionworld |
| The world dimension of the entity set.
|
|
static constexpr int | dimensionworld |
| The world dimension of the entity set.
|
|
◆ ctype
◆ Entity
◆ begin() [1/2]
◆ begin() [2/2]
◆ end() [1/2]
◆ end() [2/2]
◆ entity() [1/2]
◆ entity() [2/2]
◆ index() [1/2]
◆ index() [2/2]
◆ size() [1/2]
◆ size() [2/2]
◆ dimensionworld [1/2]
◆ dimensionworld [2/2]
The documentation for this class was generated from the following file: