|
KiCad PCB EDA Suite
|
An item in one of the fill indexes. More...
Public Attributes | |
| BOARD_ITEM * | m_item |
| FOOTPRINT * | m_owner |
| int | m_seq |
An item in one of the fill indexes.
m_seq is the item position in board order; query results are sorted back into it because the boolean engine depends on contour order.
Definition at line 232 of file zone_filler.h.
| BOARD_ITEM* ZONE_FILLER::INDEXED_ITEM::m_item |
Definition at line 234 of file zone_filler.h.
Referenced by ZONE_FILLER::buildCopperItemClearances().
| FOOTPRINT* ZONE_FILLER::INDEXED_ITEM::m_owner |
Definition at line 235 of file zone_filler.h.
Referenced by ZONE_FILLER::buildCopperItemClearances().
| int ZONE_FILLER::INDEXED_ITEM::m_seq |
Definition at line 236 of file zone_filler.h.