KiCad PCB EDA Suite
Loading...
Searching...
No Matches
drc_test_provider_creepage.cpp File Reference
#include <common.h>
#include <macros.h>
#include <board_design_settings.h>
#include <footprint.h>
#include <pad.h>
#include <pcb_track.h>
#include <pcb_shape.h>
#include <zone.h>
#include <advanced_config.h>
#include <geometry/shape_rect.h>
#include <geometry/seg.h>
#include <geometry/shape_segment.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 <geometry/shape_circle.h>

Go to the source code of this file.

Classes

class  DRC_TEST_PROVIDER_CREEPAGE
 

Namespaces

namespace  detail
 

Functions

std::shared_ptr< GraphNodeFindInGraphNodes (std::shared_ptr< GraphNode > aNode, std::vector< std::shared_ptr< GraphNode > > &aGraph)
 

Variables

static DRC_REGISTER_TEST_PROVIDER< DRC_TEST_PROVIDER_CREEPAGEdetail::dummy
 

Function Documentation

◆ FindInGraphNodes()

std::shared_ptr< GraphNode > FindInGraphNodes ( std::shared_ptr< GraphNode aNode,
std::vector< std::shared_ptr< GraphNode > > &  aGraph 
)

Definition at line 96 of file drc_test_provider_creepage.cpp.