KiCad PCB EDA Suite
|
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <string>
#include <vector>
#include <algorithm>
#include <cassert>
#include <map>
#include <set>
#include <cctype>
#include <pad.h>
#include <footprint.h>
#include <refdes_utils.h>
#include <wx/string.h>
#include <wx/log.h>
#include "topo_match.h"
Go to the source code of this file.
Namespaces | |
namespace | TMATCH |
Functions | |
bool | TMATCH::checkIfPadNetsMatch (BACKTRACK_STAGE &aMatches, CONNECTION_GRAPH *aRefGraph, COMPONENT *aRef, COMPONENT *aTgt) |
Variables | |
static const wxString | traceTopoMatch = wxT( "TOPO_MATCH" ) |
|
static |
Definition at line 44 of file topo_match.cpp.
Referenced by TMATCH::CONNECTION_GRAPH::BuildConnectivity(), TMATCH::checkIfPadNetsMatch(), TMATCH::CONNECTION_GRAPH::FindIsomorphism(), TMATCH::CONNECTION_GRAPH::findMatchingComponents(), and TMATCH::PIN::IsIsomorphic().