KiCad PCB EDA Suite
Loading...
Searching...
No Matches
drc_test_provider_hole_to_hole.cpp File Reference
#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_clearance_base.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_CIRCLEgetDrilledHoleShape (BOARD_ITEM *aItem)
 

Variables

static DRC_REGISTER_TEST_PROVIDER< DRC_TEST_PROVIDER_HOLE_TO_HOLEdetail::dummy
 

Function Documentation

◆ getDrilledHoleShape()

static std::shared_ptr< SHAPE_CIRCLE > getDrilledHoleShape ( BOARD_ITEM aItem)
static