KiCad PCB EDA Suite
Loading...
Searching...
No Matches
conn_islands.cpp File Reference
#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.