#include <ogdf/internal/orthogonal/RoutingChannel.h>
Classes | |
| struct | vInfo |
Public Member Functions | |
| RoutingChannel (const Graph &G, ATYPE sep, double cOver) | |
| void | computeRoutingChannels (const OrthoRep &OR, bool align=false) |
| double | cOverhang () const |
| const ATYPE & | operator() (node v, OrthoDir dir) const |
| ATYPE & | operator() (node v, OrthoDir dir) |
| ATYPE | overhang () const |
| ATYPE | separation () const |
Private Member Functions | |
| int | computeRoutingChannel (const OrthoRep::SideInfoUML &si, const OrthoRep::SideInfoUML &siOpp, bool align=false) |
Private Attributes | |
| NodeArray< vInfo > | m_channel |
| double | m_cOverhang |
| ATYPE | m_separation |
Definition at line 65 of file RoutingChannel.h.
|
inline |
Definition at line 69 of file RoutingChannel.h.
|
inlineprivate |
Definition at line 121 of file RoutingChannel.h.
|
inline |
Definition at line 96 of file RoutingChannel.h.
|
inline |
Definition at line 87 of file RoutingChannel.h.
|
inline |
Definition at line 73 of file RoutingChannel.h.
|
inline |
Definition at line 77 of file RoutingChannel.h.
|
inline |
Definition at line 92 of file RoutingChannel.h.
|
inline |
Definition at line 82 of file RoutingChannel.h.
|
private |
Definition at line 151 of file RoutingChannel.h.
|
private |
Definition at line 153 of file RoutingChannel.h.
|
private |
Definition at line 152 of file RoutingChannel.h.