| 
    KiCad PCB EDA Suite
    
   | 
 
#include <board.h>#include <footprint.h>#include <pad.h>#include <pcb_track.h>#include <board_statistics.h>Go to the source code of this file.
Functions | |
| void | CollectDrillLineItems (BOARD *board, std::vector< DRILL_LINE_ITEM > &out) | 
| void CollectDrillLineItems | ( | BOARD * | board, | 
| std::vector< DRILL_LINE_ITEM > & | out ) | 
Definition at line 27 of file board_statistics.cpp.
References CIRCLE, BOARD::Footprints(), DRILL_LINE_ITEM::m_Qty, NPTH, pad, PCB_VIA_T, BOARD::Tracks(), UNDEFINED_LAYER, and via.
Referenced by ComputeBoardStatistics().