|
KiCad PCB EDA Suite
|
#include <connectivity/conn_islands.h>#include <core/union_find.h>#include <geometry/rtree/packed_rtree.h>#include <algorithm>#include <array>#include <cassert>#include <limits>#include <stdexcept>#include <unordered_map>Go to the source code of this file.
Namespaces | |
| namespace | SCH_CONNECTIVITY |
| Value keys and the key session of the schematic connectivity engine. | |
Functions | |
| SCREEN_GEOMETRY | SCH_CONNECTIVITY::GeometryOf (const SCREEN_FACTS &aFacts) |
| SCREEN_ISLANDS | SCH_CONNECTIVITY::BuildScreenIslands (const SCREEN_GEOMETRY &aGeometry, const std::vector< std::pair< KIID, int > > &aUnits) |
| Kindless geometry for one unit signature. | |