|
KiCad PCB EDA Suite
|
#include <atomic>#include <board.h>#include <board_design_settings.h>#include <zone.h>#include <footprint.h>#include <pcb_shape.h>#include <geometry/shape_poly_set.h>#include <drc/drc_rule.h>#include <drc/drc_item.h>#include <drc/drc_test_provider.h>#include <advanced_config.h>#include <progress_reporter.h>#include <thread_pool.h>Go to the source code of this file.
Classes | |
| class | DRC_TEST_PROVIDER_SLIVER_CHECKER |
Namespaces | |
| namespace | detail |
Functions | |
| static void | addItemPolysWithEndings (BOARD_ITEM *aItem, SHAPE_POLY_SET &aBuffer, PCB_LAYER_ID aLayer, int aClearance, int aError, ERROR_LOC aErrorLoc) |
Variables | |
| static DRC_REGISTER_TEST_PROVIDER< DRC_TEST_PROVIDER_SLIVER_CHECKER > | detail::dummy |
|
static |
Definition at line 42 of file drc_test_provider_sliver_checker.cpp.
References PCB_SHAPE_T, BOARD_ITEM::TransformShapeToPolygon(), EDA_SHAPE::TransformWithLineEndingsToPolygon(), and EDA_ITEM::Type().
Referenced by DRC_TEST_PROVIDER_SLIVER_CHECKER::Run().