#include <lemon/concepts/graph_components.h>
Inherits BaseUGraphComponent.
Inheritance diagram for BaseBpUGraphComponent:
Public Member Functions | |
bool | aNode (const Node &) const |
Gives back true when the node is A-node. | |
bool | bNode (const Node &) const |
Gives back true when the node is B-node. | |
Node | aNode (const UEdge &) const |
Gives back the A-node of the undirected edge. | |
Node | bNode (const UEdge &) const |
Gives back the B-node of the undirected edge. | |
Classes | |
class | ANode |
Helper class for A-nodes. More... | |
class | BNode |
Helper class for B-nodes. More... |
bool aNode | ( | const Node & | ) | const [inline] |
Gives back true when the node is A-node.
bool bNode | ( | const Node & | ) | const [inline] |
Gives back true when the node is B-node.