[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
![]() |
Graph Data Structures | ![]() |
Classes | |
class | GridGraph< N, DirectedTag >::ArcMap< T > |
Type of an arc property map that maps arc descriptor objects onto property values of type T (API: LEMON). More... | |
class | GridGraph< N, DirectedTag >::EdgeMap< T > |
Type of an edge property map that maps edge descriptor objects onto property values of type T (API: LEMON). More... | |
class | GridGraph< N, DirectedTag > |
Define a grid graph in arbitrary dimensions. More... | |
class | GridGraph< N, DirectedTag >::InDegMap |
Type of a property map that returns the number of incoming edges of a given node (API: LEMON, use via lemon::InDegMap<Graph> ). More... | |
class | GridGraph< N, DirectedTag >::IndexMap |
Type of a property map that returns the coordinate of a given node (API: LEMON). More... | |
class | GridGraph< N, DirectedTag >::NodeMap< T > |
Type of a node property map that maps node descriptor objects onto property values of type T (API: LEMON). More... | |
class | GridGraph< N, DirectedTag >::OutDegMap |
Type of a property map that returns the number of outgoing edges of a given node (API: LEMON, use via lemon::OutDegMap<Graph> ). More... | |
A GridGraph class implementing the APIs of the boost::graph and LEMON libraries. See also the GridGraph additions to namespace boost
.
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |