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