#include <Segments.hpp>
Public Member Functions | |
WireIndex | getWireIndex (void) const |
TileOffset | getTileOffset (void) const |
CompactSegmentTilewire (WireIndex inWireIndex, TileOffset inTileOffset) | |
Private Attributes | |
WireIndex | mWireIndex |
TileOffset | mTileOffset |
A compact segment is defined by wire indexes in tiles normalized relative to tile index 0. The set of wire index and tile offset pairs fully defines the shape of the compact segment.
Definition at line 63 of file Segments.hpp.