|
KiCad PCB EDA Suite
|
#include <common.h>#include <pcb_shape.h>#include <pcb_board_outline.h>#include <board_design_settings.h>#include <footprint.h>#include <pcb_track.h>#include <geometry/seg.h>#include <geometry/shape_segment.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_EDGE_CLEARANCE |
Namespaces | |
| namespace | detail |
Enumerations | |
| enum | SILK_DISPOSITION { UNKNOWN = 0 , ON_BOARD , OFF_BOARD , CROSSES_EDGE } |
Variables | |
| static DRC_REGISTER_TEST_PROVIDER< DRC_TEST_PROVIDER_EDGE_CLEARANCE > | detail::dummy |
| enum SILK_DISPOSITION |
| Enumerator | |
|---|---|
| UNKNOWN | |
| ON_BOARD | |
| OFF_BOARD | |
| CROSSES_EDGE | |
Definition at line 46 of file drc_test_provider_edge_clearance.cpp.