template<class Graph>
class Sawyer::Boost::EdgePropertyMap< Graph >
Definition at line 270 of file GraphBoost.h.
|
typedef Graph::EdgeValue | ValueType |
|
|
| EdgePropertyMap (Graph &graph) |
|
ValueType | get (size_t edgeId) const |
|
void | put (size_t edgeId, const ValueType &value) |
|
ValueType & | at (size_t edgeId) |
|
const ValueType & | at (size_t edgeId) const |
|
The documentation for this class was generated from the following file: