KiCad PCB EDA Suite
|
#include <common.h>
#include <math_for_graphics.h>
#include <board_design_settings.h>
#include <footprint.h>
#include <layer_range.h>
#include <pcb_shape.h>
#include <pad.h>
#include <pcb_track.h>
#include <core/thread_pool.h>
#include <zone.h>
#include <geometry/seg.h>
#include <geometry/shape_poly_set.h>
#include <geometry/shape_segment.h>
#include <drc/drc_engine.h>
#include <drc/drc_rtree.h>
#include <drc/drc_item.h>
#include <drc/drc_rule.h>
#include <drc/drc_test_provider_clearance_base.h>
#include <drc/drc_creepage_utils.h>
#include <pcb_dimension.h>
#include <future>
Go to the source code of this file.
Classes | |
class | DRC_TEST_PROVIDER_COPPER_CLEARANCE |
struct | DRC_TEST_PROVIDER_COPPER_CLEARANCE::checked |
Namespaces | |
namespace | detail |
Variables | |
static DRC_REGISTER_TEST_PROVIDER< DRC_TEST_PROVIDER_COPPER_CLEARANCE > | detail::dummy |