|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
40 namespace energybased {
49 output <<
"node index ";
50 if (
A.vertex ==
nullptr) {
53 output <<
A.vertex->index();
55 output <<
" value " <<
A.value;
The namespace for all OGDF objects.
Includes declaration of graph class.
void set_Node(node v, int a)
Data structure for representing nodes and an int value (needed for class ogdf/list) to perform bucket...
friend std::istream & operator>>(std::istream &input, Node &A)
friend int value(const Node &A)
friend std::ostream & operator<<(std::ostream &output, const Node &A)
Class for the representation of nodes.