#include <localindex.hh>
Public Member Functions | |
LocalIndex () | |
Constructor. known to other processes. | |
LocalIndex (std::ptrdiff_t index) | |
Constructor. | |
const std::ptrdiff_t & | local () const |
get the local index. | |
operator std::ptrdiff_t () const | |
Convert to the local index represented by an int. | |
LocalIndex & | operator= (std::ptrdiff_t index) |
Assign a new local index. | |
LocalIndexState | state () const |
Get the state. | |
void | setState (LocalIndexState state) |
Set the state. |
Dune::LocalIndex::LocalIndex | ( | std::ptrdiff_t | index | ) | [inline] |
Constructor.
index | The value of the index. |