Declaration of class NodeInfo. More...
#include <ogdf/basic/AdjEntryArray.h>
#include <ogdf/basic/GridLayout.h>
#include <ogdf/orthogonal/MinimumEdgeDistances.h>
#include <ogdf/orthogonal/OrthoRep.h>
#include <ogdf/orthogonal/internal/RoutingChannel.h>
#include <ogdf/planarity/PlanRep.h>
#include <array>
Go to the source code of this file.
Classes | |
class | ogdf::edge_router::NodeInfo |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | 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.