[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]

details GridGraph< N, DirectedTag >::OutDegMap Class Reference VIGRA

Type of a property map that returns the number of outgoing edges of a given node (API: LEMON, use via lemon::OutDegMap<Graph>). More...

#include <vigra/multi_gridgraph.hxx>

Inherited by OutDegMap< vigra::GridGraph< N, DirectedTag > >.

Public Types

typedef GridGraph Graph
 The graph type of OutDegMap (works for directed and undirected graphs)
 

Public Member Functions

Value operator[] (const Key &key) const
 Get the out-degree of the node descriptor key.
 
 OutDegMap (const GridGraph &graph)
 Construct property map for the given graph.
 

Detailed Description

template<unsigned int N, class DirectedTag>
class vigra::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>).


The documentation for this class was generated from the following file:

© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de)
Heidelberg Collaboratory for Image Processing, University of Heidelberg, Germany

html generated using doxygen and Python
vigra 1.11.1 (Fri May 19 2017)