KiCad PCB EDA Suite
Loading...
Searching...
No Matches
drc_test_provider_edge_clearance.cpp File Reference
#include <atomic>
#include <common.h>
#include <pcb_shape.h>
#include <pcb_board_outline.h>
#include <board_design_settings.h>
#include <footprint.h>
#include <pad.h>
#include <pcb_track.h>
#include <zone.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/drc_rtree.h>
#include <thread_pool.h>
#include <mutex>

Go to the source code of this file.

Classes

class  DRC_TEST_PROVIDER_EDGE_CLEARANCE
 

Namespaces

namespace  detail
 

Enumerations

enum  SILK_DISPOSITION {
  UNKNOWN = 0 , RESOLVING , ON_BOARD , OFF_BOARD ,
  CROSSES_EDGE
}
 

Variables

static DRC_REGISTER_TEST_PROVIDER< DRC_TEST_PROVIDER_EDGE_CLEARANCEdetail::dummy
 

Enumeration Type Documentation

◆ SILK_DISPOSITION

Enumerator
UNKNOWN 
RESOLVING 
ON_BOARD 
OFF_BOARD 
CROSSES_EDGE 

Definition at line 51 of file drc_test_provider_edge_clearance.cpp.