equal
deleted
inserted
replaced
20 #define LEMON_EDGE_SET_H |
20 #define LEMON_EDGE_SET_H |
21 |
21 |
22 #include <lemon/core.h> |
22 #include <lemon/core.h> |
23 #include <lemon/bits/edge_set_extender.h> |
23 #include <lemon/bits/edge_set_extender.h> |
24 |
24 |
25 /// \ingroup semi_adaptors |
25 /// \ingroup graphs |
26 /// \file |
26 /// \file |
27 /// \brief ArcSet and EdgeSet classes. |
27 /// \brief ArcSet and EdgeSet classes. |
28 /// |
28 /// |
29 /// Graphs which use another graph's node-set as own. |
29 /// Graphs which use another graph's node-set as own. |
30 namespace lemon { |
30 namespace lemon { |
228 } |
228 } |
229 }; |
229 }; |
230 |
230 |
231 }; |
231 }; |
232 |
232 |
233 /// \ingroup semi_adaptors |
233 /// \ingroup graphs |
234 /// |
234 /// |
235 /// \brief Digraph using a node set of another digraph or graph and |
235 /// \brief Digraph using a node set of another digraph or graph and |
236 /// an own arc set. |
236 /// an own arc set. |
237 /// |
237 /// |
238 /// This structure can be used to establish another directed graph |
238 /// This structure can be used to establish another directed graph |
652 } |
652 } |
653 }; |
653 }; |
654 |
654 |
655 }; |
655 }; |
656 |
656 |
657 /// \ingroup semi_adaptors |
657 /// \ingroup graphs |
658 /// |
658 /// |
659 /// \brief Graph using a node set of another digraph or graph and an |
659 /// \brief Graph using a node set of another digraph or graph and an |
660 /// own edge set. |
660 /// own edge set. |
661 /// |
661 /// |
662 /// This structure can be used to establish another graph over a |
662 /// This structure can be used to establish another graph over a |
911 }; |
911 }; |
912 |
912 |
913 }; |
913 }; |
914 |
914 |
915 |
915 |
916 /// \ingroup semi_adaptors |
916 /// \ingroup graphs |
917 /// |
917 /// |
918 /// \brief Digraph using a node set of another digraph or graph and |
918 /// \brief Digraph using a node set of another digraph or graph and |
919 /// an own arc set. |
919 /// an own arc set. |
920 /// |
920 /// |
921 /// This structure can be used to establish another directed graph |
921 /// This structure can be used to establish another directed graph |
1255 } |
1255 } |
1256 }; |
1256 }; |
1257 |
1257 |
1258 }; |
1258 }; |
1259 |
1259 |
1260 /// \ingroup semi_adaptors |
1260 /// \ingroup graphs |
1261 /// |
1261 /// |
1262 /// \brief Graph using a node set of another digraph or graph and an |
1262 /// \brief Graph using a node set of another digraph or graph and an |
1263 /// own edge set. |
1263 /// own edge set. |
1264 /// |
1264 /// |
1265 /// This structure can be used to establish another graph over a |
1265 /// This structure can be used to establish another graph over a |