Changeset 210:81cfc04531e8 in lemon-1.2 for lemon/dfs.h
- Timestamp:
- 07/13/08 21:09:47 (15 years ago)
- Branch:
- default
- Children:
- 211:542dd614cbb4, 212:1ae84dea7d09, 214:60eecd3fe37a, 216:6d7bfcf5b48e
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/dfs.h
r209 r210 106 106 107 107 ///This function instantiates a \ref DistMap. 108 ///\param G is the digraph, to which we would like to define the \ref DistMap 108 ///\param G is the digraph, to which we would like to define 109 ///the \ref DistMap 109 110 static DistMap *createDistMap(const GR &G) 110 111 { … … 809 810 810 811 ///This function instantiates a \ref DistMap. 811 ///\param g is the digraph, to which we would like to define the \ref DistMap 812 ///\param g is the digraph, to which we would like to define 813 ///the \ref DistMap 812 814 #ifdef DOXYGEN 813 815 static DistMap *createDistMap(const GR &g) … … 1194 1196 /// on every dfs event the \c Visitor class member functions. 1195 1197 /// 1196 /// \tparam _Digraph The digraph type the algorithm runs on. The default value is 1198 /// \tparam _Digraph The digraph type the algorithm runs on. 1199 /// The default value is 1197 1200 /// \ref ListDigraph. The value of _Digraph is not used directly by Dfs, it 1198 1201 /// is only passed to \ref DfsDefaultTraits.
Note: See TracChangeset
for help on using the changeset viewer.