KiCad PCB EDA Suite
|
#include <board.h>
#include <footprint.h>
#include <pad.h>
#include <pcb_track.h>
#include <collectors.h>
#include <reporter.h>
#include <richio.h>
#include <gendrill_file_writer_base.h>
Go to the source code of this file.
Functions | |
static bool | cmpHoleSorting (const HOLE_INFO &a, const HOLE_INFO &b) |
Definition at line 44 of file gendrill_file_writer_base.cpp.
References HOLE_INFO::m_Hole_Diameter, HOLE_INFO::m_Hole_NotPlated, HOLE_INFO::m_Hole_Pos, HOLE_INFO::m_HoleAttribute, VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by GENDRILL_WRITER_BASE::buildHolesList().