65                                             const std::vector<class SCH_ITEM*>& aItems );
 
 
Implement an R-tree for fast spatial and type indexing of schematic items.
 
std::vector< SCH_JUNCTION * > PreviewJunctions(const class SCH_SCREEN *aScreen, const std::vector< class SCH_ITEM * > &aItems)
Determine the points where explicit junctions would be required if the given temporary items were com...
 
POINT_INFO AnalyzePoint(const EE_RTREE &aItem, const VECTOR2I &aPosition, bool aBreakCrossings)
Check a tree of items for a confluence at a given point and work out what kind of junction it is,...
 
A selection of information about a point in the schematic that might be eligible for turning into a j...
 
bool hasBusEntryToMultipleWires
True if there is a bus entry at the point and it connects to more than one wire.
 
bool isJunction
True if the point has 3+ wires and/or 3+ buses meeting there.
 
bool hasExplicitJunctionDot
True if there is already junction dot at the point.
 
bool hasBusEntry
True if there is a bus entry at the point (either end)
 
VECTOR2< int32_t > VECTOR2I