#include <WireFrame.h>
Public Member Functions | |
| double | CenterDistanceTo (WF_edge *ej) const |
| point | CenterPos () const |
| int | ID () const |
| bool | isCeiling () const |
| bool | isPillar () const |
| bool | isSubgraph () const |
| int | Layer () const |
| double | Length () const |
| void | SetCeiling (bool b_ceiling) |
| void | SetID (int id) |
| void | SetLayer (int layer) |
| void | SetPillar (bool b_pillar) |
| void | SetSubgraph (bool b_subg) |
| WF_edge () | |
| ~WF_edge () | |
Public Attributes | |
| WF_edge * | pnext_ |
| WF_edge * | ppair_ |
| WF_vert * | pvert_ |
Private Attributes | |
| bool | b_ceiling_ |
| bool | b_pillar_ |
| bool | b_subg_ |
| int | id_ |
| int | layer_ |
Definition at line 113 of file WireFrame.h.
|
inline |
Definition at line 116 of file WireFrame.h.
|
inline |
Definition at line 120 of file WireFrame.h.
|
inline |
Definition at line 152 of file WireFrame.h.
|
inline |
Definition at line 135 of file WireFrame.h.
|
inline |
Definition at line 123 of file WireFrame.h.
|
inline |
Definition at line 126 of file WireFrame.h.
|
inline |
Definition at line 125 of file WireFrame.h.
|
inline |
Definition at line 127 of file WireFrame.h.
|
inline |
Definition at line 124 of file WireFrame.h.
|
inline |
Definition at line 142 of file WireFrame.h.
|
inline |
Definition at line 132 of file WireFrame.h.
Definition at line 129 of file WireFrame.h.
Definition at line 130 of file WireFrame.h.
|
inline |
Definition at line 131 of file WireFrame.h.
|
inline |
Definition at line 133 of file WireFrame.h.
|
private |
Definition at line 172 of file WireFrame.h.
|
private |
Definition at line 171 of file WireFrame.h.
|
private |
Definition at line 173 of file WireFrame.h.
|
private |
Definition at line 169 of file WireFrame.h.
|
private |
Definition at line 170 of file WireFrame.h.
| WF_edge* WF_edge::pnext_ |
Definition at line 165 of file WireFrame.h.
| WF_edge* WF_edge::ppair_ |
Definition at line 166 of file WireFrame.h.
| WF_vert* WF_edge::pvert_ |
Definition at line 164 of file WireFrame.h.