#include <lemon/bits/graph_adaptor_extender.h>
Inherited by AlterableSplitGraphAdaptor, AlterableSplitGraphAdaptor< _Graph, typename enable_if< typename _Graph::NodeNotifier::Notifier >::type, EdgeEnable >, AlterableSplitGraphAdaptor< _Graph, typename enable_if< typename _Graph::NodeNotifier::Notifier >::type, typename enable_if< typename _Graph::EdgeNotifier::Notifier >::type >, DirUGraphAdaptor, EdgeSubGraph, ErasingFirstGraphAdaptor, GraphAdaptor, RevGraphAdaptor, SubGraph, SubGraphAdaptor, SubGraphAdaptor< lemon::UndirGraphAdaptor< lemon::ListGraph >, lemon::ConstMap< lemon::UndirGraphAdaptor< lemon::ListGraph >::Graph::Node, bool >, lemon::UndirGraphAdaptor< lemon::ListGraph >::template CombinedEdgeMap< lemon::lemon::ResForwardFilter< lemon::ListGraph, Number, CapacityMap, FlowMap >, lemon::lemon::ResBackwardFilter< lemon::ListGraph, Number, CapacityMap, FlowMap > >, false >, SubGraphAdaptor< ListGraph, lemon::ConstMap< Graph::Node, bool >, EdgeFilterMap, false >, and SubGraphAdaptor< ListGraph, NodeFilterMap, lemon::ConstMap< Graph::Edge, bool >, checked >.
Inheritance diagram for GraphAdaptorExtender:
Public Member Functions | |
Node | baseNode (const OutEdgeIt &e) const |
Base node of the iterator. | |
Node | runningNode (const OutEdgeIt &e) const |
Running node of the iterator. | |
Node | baseNode (const InEdgeIt &e) const |
Base node of the iterator. | |
Node | runningNode (const InEdgeIt &e) const |
Running node of the iterator. |
Node baseNode | ( | const OutEdgeIt & | e | ) | const [inline] |
Returns the base node (ie. the source in this case) of the iterator
Node runningNode | ( | const OutEdgeIt & | e | ) | const [inline] |
Returns the running node (ie. the target in this case) of the iterator
Node baseNode | ( | const InEdgeIt & | e | ) | const [inline] |
Returns the base node (ie. the target in this case) of the iterator
Node runningNode | ( | const InEdgeIt & | e | ) | const [inline] |
Returns the running node (ie. the source in this case) of the iterator