Changeset 210:81cfc04531e8 in lemon for lemon/bfs.h
- Timestamp:
- 07/13/08 21:09:47 (17 years ago)
- Branch:
- default
- Children:
- 211:542dd614cbb4, 212:1ae84dea7d09, 214:60eecd3fe37a, 216:6d7bfcf5b48e
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bfs.h
r209 r210 104 104 105 105 ///This function instantiates a \ref DistMap. 106 ///\param G is the digraph, to which we would like to define the \ref DistMap 106 ///\param G is the digraph, to which we would like to define 107 ///the \ref DistMap 107 108 static DistMap *createDistMap(const GR &G) 108 109 { … … 826 827 827 828 ///This function instantiates a \ref DistMap. 828 ///\param g is the digraph, to which we would like to define the \ref DistMap 829 ///\param g is the digraph, to which we would like to define 830 ///the \ref DistMap 829 831 #ifdef DOXYGEN 830 832 static DistMap *createDistMap(const GR &g) … … 1200 1202 /// on every bfs event the \c Visitor class member functions. 1201 1203 /// 1202 /// \tparam _Digraph The digraph type the algorithm runs on. The default value is 1204 /// \tparam _Digraph The digraph type the algorithm runs on. 1205 /// The default value is 1203 1206 /// \ref ListDigraph. The value of _Digraph is not used directly by Bfs, it 1204 1207 /// is only passed to \ref BfsDefaultTraits.
Note: See TracChangeset
for help on using the changeset viewer.