KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
class | AR_MATRIX |
Handle the matrix routing that describes the actual board. More... | |
Macros | |
#define | AR_MAX_ROUTING_LAYERS_COUNT 2 |
#define | AR_SIDE_TOP 0 |
#define | AR_SIDE_BOTTOM 1 |
#define AR_MAX_ROUTING_LAYERS_COUNT 2 |
Definition at line 40 of file ar_matrix.h.
Referenced by AR_MATRIX::UnInitRoutingMatrix().
#define AR_SIDE_BOTTOM 1 |
Definition at line 43 of file ar_matrix.h.
Referenced by AR_MATRIX::CreateKeepOutRectangle(), AR_AUTOPLACER::fillMatrix(), AR_AUTOPLACER::genPlacementRoutingMatrix(), AR_MATRIX::InitRoutingMatrix(), AR_AUTOPLACER::testFootprintOnBoard(), AR_MATRIX::traceFilledCircle(), AR_MATRIX::TraceFilledRectangle(), and AR_MATRIX::TraceFilledRectangle().
#define AR_SIDE_TOP 0 |
Definition at line 42 of file ar_matrix.h.
Referenced by AR_MATRIX::CreateKeepOutRectangle(), AR_AUTOPLACER::genPlacementRoutingMatrix(), AR_MATRIX::InitRoutingMatrix(), AR_AUTOPLACER::testFootprintOnBoard(), AR_MATRIX::traceFilledCircle(), AR_MATRIX::TraceFilledRectangle(), and AR_MATRIX::TraceFilledRectangle().