KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::ITEM_GEOMETRY Struct Reference

#include <conn_islands.h>

Public Member Functions

bool operator== (const ITEM_GEOMETRY &) const =default
 

Public Attributes

KIID id = niluuid
 
KICAD_T type = TYPE_NOT_INIT
 
KIID owner = niluuid
 
std::vector< PORT_FACTports
 
std::optional< SEGsegment
 
std::vector< PIN_GEOMETRYpins
 
std::vector< KIIDjumperedWith
 

Detailed Description

Definition at line 36 of file conn_islands.h.

Member Function Documentation

◆ operator==()

bool SCH_CONNECTIVITY::ITEM_GEOMETRY::operator== ( const ITEM_GEOMETRY & ) const
default

Member Data Documentation

◆ id

KIID SCH_CONNECTIVITY::ITEM_GEOMETRY::id = niluuid

◆ jumperedWith

std::vector<KIID> SCH_CONNECTIVITY::ITEM_GEOMETRY::jumperedWith

◆ owner

KIID SCH_CONNECTIVITY::ITEM_GEOMETRY::owner = niluuid

◆ pins

std::vector<PIN_GEOMETRY> SCH_CONNECTIVITY::ITEM_GEOMETRY::pins

◆ ports

std::vector<PORT_FACT> SCH_CONNECTIVITY::ITEM_GEOMETRY::ports

◆ segment

std::optional<SEG> SCH_CONNECTIVITY::ITEM_GEOMETRY::segment

◆ type

KICAD_T SCH_CONNECTIVITY::ITEM_GEOMETRY::type = TYPE_NOT_INIT

The documentation for this struct was generated from the following file: