20#ifndef DRILL_ENUMERATOR_H
21#define DRILL_ENUMERATOR_H
Information pertinent to a Pcbnew printed circuit board.
bool IsDrillSlot(const PAD &aPad)
Whether a pad's hole is a slot rather than a round drill.
std::vector< DRILL_OPERATION > EnumerateDrillOperations(const BOARD &aBoard, const DRILL_QUERY &aQuery)
The one place that decides what the board's holes are.
Selects which operations EnumerateDrillOperations() returns.