An interface for a geometric entity set with a single geometry.
#include <dumux/geometry/geometricentityset.hh>
|
using | Entity = Detail::GeometricEntity::EntityWrapper< GeoType > |
|
using | ctype = typename Entity::Geometry::ctype |
| the coordinate type More...
|
|
|
constexpr auto | size () const |
| the number of entities in this set More...
|
|
decltype(auto) | begin () const |
| begin iterator to enable range-based for iteration More...
|
|
decltype(auto) | end () const |
| end iterator to enable range-based for iteration More...
|
|
std::size_t | index (const Entity &e) const |
| get an entities index More...
|
|
const Entity & | entity (std::size_t index) const |
| get an entity from an index More...
|
|
◆ ctype
◆ Entity
◆ begin()
◆ end()
◆ entity()
◆ index()
◆ size()
◆ dimensionworld
The documentation for this class was generated from the following file: