Declaration of EdgeRouter... More...
#include <ogdf/internal/orthogonal/RoutingChannel.h>#include <ogdf/orthogonal/MinimumEdgeDistances.h>#include <ogdf/orthogonal/OrthoLayout.h>#include <ogdf/basic/Layout.h>#include <ogdf/basic/GridLayout.h>#include <ogdf/basic/GridLayoutMapped.h>#include <ogdf/planarity/PlanRep.h>#include <ogdf/orthogonal/OrthoRep.h>#include <ogdf/internal/orthogonal/NodeInfo.h>Go to the source code of this file.
Classes | |
| class | ogdf::EdgeRouter |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_EDGE_ROUTER_H |
Enumerations | |
| enum | ogdf::bend_type { ogdf::bend_free, ogdf::bend_1left, ogdf::bend_1right, ogdf::bend_2left, ogdf::bend_2right, ogdf::prob_bf, ogdf::prob_b1l, ogdf::prob_b1r, ogdf::prob_b2l, ogdf::prob_b2r } |
| edge types, defined by necessary bends More... | |
| enum | ogdf::process_type { ogdf::unprocessed, ogdf::processed, ogdf::used } |
Declaration of EdgeRouter...
... which places node boxes in replacement areas of an orthogonal drawing step and routes edges to minimize bends.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file EdgeRouter.h.
| #define OGDF_EDGE_ROUTER_H |
Definition at line 50 of file EdgeRouter.h.