#include <lemon/concepts/matrix_maps.h>
Inherits ReadMatrixMap< K1, K2, V >, and WriteMatrixMap< K1, K2, V >.
Inherited by ReferenceMatrixMap.
Inheritance diagram for ReadWriteMatrixMap:
Public Types | |
typedef K1 | FirstKey |
Map's first key type. | |
typedef K2 | SecondKey |
Map's second key type. | |
typedef V | Value |
Map's value type. (The type of objects associated with the pairs of keys). | |
Public Member Functions | |
Value | operator() (const FirstKey &, const SecondKey &) const |
Returns the value associated with a pair of keys. | |
void | set (const FirstKey &, const SecondKey &, const Value &) |
Sets the value associated with the pair of keys. |