#include <Segments.hpp>

Public Member Functions | |
| WireIndex | getSourceWireIndex (void) const |
| WireIndex | getSinkWireIndex (void) const |
| IrregularArc (WireIndex inSourceWireIndex, WireIndex inSinkWireIndex) | |
Private Attributes | |
| WireIndex | mSourceWireIndex |
| WireIndex | mSinkWireIndex |
Arcs which are defined for a tile type, but which are not instantiated in every single tile of that type are considered irregular, and must be considered on a case by case basis. Every irregular arc in a given tile defines its source and sink wire indexes.
Definition at line 102 of file Segments.hpp.
1.5.6