Changeset 1030:c8a41699e613 in lemon-0.x for src/lemon/undir_graph_extender.h
- Timestamp:
- 12/06/04 01:30:44 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1420
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/undir_graph_extender.h
r1021 r1030 109 109 bool forward(const Edge &e) const { return e.forward; } 110 110 111 Node opp siteNode(const Node &n, constEdge &e) const {111 Node oppositeNode(const Node &n, const UndirEdge &e) const { 112 112 if( n == Parent::source(e)) 113 113 return Parent::target(e);
Note: See TracChangeset
for help on using the changeset viewer.