#include <dune/grid/utility/multiindex.hh>
|
| | MultiIndex (const std::array< unsigned int, dim > &limits) |
| | Constructor with a given range for each digit.
|
| |
| MultiIndex< dim > & | operator++ () |
| | Increment the MultiIndex.
|
| |
| size_t | cycle () const |
| | Compute how many times you can call operator++ before getting to (0,...,0) again.
|
| |
◆ MultiIndex()
template<std::size_t dim>
Constructor with a given range for each digit.
◆ cycle()
template<std::size_t dim>
Compute how many times you can call operator++ before getting to (0,...,0) again.
◆ operator++()
template<std::size_t dim>
◆ elements
| T std::array< T >::elements |
|
inherited |
The documentation for this class was generated from the following file: