| 
    KiCad PCB EDA Suite
    
   | 
 
#include <common.h>#include <board_design_settings.h>#include <footprint.h>#include <pad.h>#include <pcb_track.h>#include <geometry/shape_segment.h>#include <geometry/shape_circle.h>#include <drc/drc_engine.h>#include <drc/drc_item.h>#include <drc/drc_rule.h>#include <drc/drc_test_provider.h>#include "drc_rtree.h"Go to the source code of this file.
Classes | |
| class | DRC_TEST_PROVIDER_HOLE_TO_HOLE | 
Namespaces | |
| namespace | detail | 
Functions | |
| static std::shared_ptr< SHAPE_CIRCLE > | getHoleShape (BOARD_ITEM *aItem) | 
Variables | |
| static DRC_REGISTER_TEST_PROVIDER< DRC_TEST_PROVIDER_HOLE_TO_HOLE > | detail::dummy | 
      
  | 
  static | 
Definition at line 68 of file drc_test_provider_hole_to_hole.cpp.
References pad, PCB_PAD_T, PCB_VIA_T, EDA_ITEM::Type(), and via.
Referenced by DRC_TEST_PROVIDER_HOLE_TO_HOLE::Run(), and DRC_TEST_PROVIDER_HOLE_TO_HOLE::testHoleAgainstHole().