|
dune-grid
2.6-git
|
#include <dune/grid/utility/multiindex.hh>

Public Member Functions | |
| MultiIndex (const std::array< unsigned int, dim > &limits) | |
| Constructor with a given range for each digit. More... | |
| MultiIndex< dim > & | operator++ () |
| Increment the MultiIndex. More... | |
| size_t | cycle () const |
| Compute how many times you can call operator++ before getting to (0,...,0) again. More... | |
Public Attributes | |
| T | elements |
| STL member. More... | |
|
inline |
Constructor with a given range for each digit.
|
inline |
Compute how many times you can call operator++ before getting to (0,...,0) again.
|
inline |
Increment the MultiIndex.
|
inherited |
STL member.
1.8.13