Struct for storing the two corresponding nodes of an edge. More...
#include <ogdf/internal/cluster/basics.h>
Public Member Functions | |
| nodePair () | |
| nodePair (node u1, node u2) | |
| void | printMe (ostream &out) const |
Public Attributes | |
| node | v1 |
| node | v2 |
| ogdf::nodePair::nodePair | ( | ) | [inline] |
| ogdf::nodePair::nodePair | ( | node | u1, |
| node | u2 | ||
| ) | [inline] |
| void ogdf::nodePair::printMe | ( | ostream & | out | ) | const [inline] |