Declaration of class NodeInfo. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/exceptions.h>
#include <ogdf/orthogonal/OrthoRep.h>
#include <ogdf/orthogonal/internal/RoutingChannel.h>
#include <array>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Classes | |
class | ogdf::edge_router::NodeInfo |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::edge_router | |
Functions | |
std::ostream & | ogdf::edge_router::operator<< (std::ostream &O, const NodeInfo &inf) |
Declaration of class NodeInfo.
The class NodeInfo holds the information that is necessary for the rerouting of the edges after the constructive compaction step the rerouting works on a PlanRep and derives the info in member get_data.
Definition in file NodeInfo.h.