|
KiCad PCB EDA Suite
|
This is all the info needed to do the fill of one layer of one zone. More...
Public Attributes | |
| ZONE * | m_Zone |
| PCB_LAYER_ID | m_Layer |
| SHAPE_POLY_SET | m_CombinedFill |
| The wider filled area we will chop a piece out of for this layer of this zone. | |
This is all the info needed to do the fill of one layer of one zone.
Definition at line 3857 of file allegro_builder.cpp.
| SHAPE_POLY_SET ALLEGRO::BOARD_BUILDER::ZONE_FILL_HANDLER::FILL_INFO::m_CombinedFill |
The wider filled area we will chop a piece out of for this layer of this zone.
Definition at line 3862 of file allegro_builder.cpp.
Referenced by ALLEGRO::BOARD_BUILDER::ZONE_FILL_HANDLER::COMPLEX_FIRST_FILL_TASK::computePriorityKey(), and ALLEGRO::BOARD_BUILDER::ZONE_FILL_HANDLER::COMPLEX_FIRST_FILL_TASK::task().
| PCB_LAYER_ID ALLEGRO::BOARD_BUILDER::ZONE_FILL_HANDLER::FILL_INFO::m_Layer |
Definition at line 3860 of file allegro_builder.cpp.
Referenced by ALLEGRO::BOARD_BUILDER::ZONE_FILL_HANDLER::COMPLEX_FIRST_FILL_TASK::task().
| ZONE* ALLEGRO::BOARD_BUILDER::ZONE_FILL_HANDLER::FILL_INFO::m_Zone |
Definition at line 3859 of file allegro_builder.cpp.
Referenced by ALLEGRO::BOARD_BUILDER::ZONE_FILL_HANDLER::COMPLEX_FIRST_FILL_TASK::task().