![]() |
KiCad PCB EDA Suite
|
#include <autorout.h>
Public Attributes | |
PCB_EDIT_FRAME * | pcbframe |
More... | |
BOARD * | board |
More... | |
const EDA_RECT | bbox |
More... | |
wxDC * | dc |
More... | |
Definition at line 85 of file autorout.h.
const EDA_RECT AUTOROUTER_CONTEXT::bbox |
Cached board bounding box
Definition at line 94 of file autorout.h.
Referenced by Autoroute_One_Track(), and OrCell_Trace().
BOARD* AUTOROUTER_CONTEXT::board |
Board to be routed
Definition at line 91 of file autorout.h.
Referenced by AddNewTrace(), Autoroute_One_Track(), and OrCell_Trace().
wxDC* AUTOROUTER_CONTEXT::dc |
Drawing context
Definition at line 97 of file autorout.h.
Referenced by AddNewTrace(), and Autoroute_One_Track().
PCB_EDIT_FRAME* AUTOROUTER_CONTEXT::pcbframe |
Parent frame
Definition at line 88 of file autorout.h.
Referenced by AddNewTrace(), Autoroute_One_Track(), and Retrace().