KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ZONE_FILLER::INDEXED_ITEM Struct Reference

An item in one of the fill indexes. More...

Public Attributes

BOARD_ITEMm_item
 
FOOTPRINTm_owner
 
int m_seq
 

Detailed Description

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.

Member Data Documentation

◆ m_item

BOARD_ITEM* ZONE_FILLER::INDEXED_ITEM::m_item

Definition at line 234 of file zone_filler.h.

Referenced by ZONE_FILLER::buildCopperItemClearances().

◆ m_owner

FOOTPRINT* ZONE_FILLER::INDEXED_ITEM::m_owner

Definition at line 235 of file zone_filler.h.

Referenced by ZONE_FILLER::buildCopperItemClearances().

◆ m_seq

int ZONE_FILLER::INDEXED_ITEM::m_seq

Definition at line 236 of file zone_filler.h.


The documentation for this struct was generated from the following file: