KiCad PCB EDA Suite
Loading...
Searching...
No Matches
conn_islands.h File Reference
#include <connectivity/conn_facts.h>
#include <map>

Go to the source code of this file.

Classes

struct  SCH_CONNECTIVITY::PIN_GEOMETRY
 
struct  SCH_CONNECTIVITY::ITEM_GEOMETRY
 
struct  SCH_CONNECTIVITY::SCREEN_GEOMETRY
 
struct  SCH_CONNECTIVITY::ISLAND
 The smallest set of items on one screen that the drawing connects. More...
 
struct  SCH_CONNECTIVITY::SCREEN_ISLANDS
 The islands of one screen and unit signature, sorted by anchor. More...
 

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.