KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_IO_EAGLE::SEG_DESC Struct Reference

Segments representing wires for intersection checking. More...

Public Member Functions

const SEGLabelAttached (const SCH_TEXT *aLabel) const
 < Test if a particular label is attached to any of the stored segments
 

Public Attributes

std::vector< SCH_TEXT * > labels
 
std::vector< SEGsegs
 

Detailed Description

Segments representing wires for intersection checking.

Definition at line 256 of file sch_io_eagle.h.

Member Function Documentation

◆ LabelAttached()

const SEG * SCH_IO_EAGLE::SEG_DESC::LabelAttached ( const SCH_TEXT aLabel) const

< Test if a particular label is attached to any of the stored segments

Definition at line 3465 of file sch_io_eagle.cpp.

References SCH_TEXT::GetPosition().

Member Data Documentation

◆ labels

std::vector<SCH_TEXT*> SCH_IO_EAGLE::SEG_DESC::labels

Definition at line 261 of file sch_io_eagle.h.

Referenced by SCH_IO_EAGLE::loadSegments().

◆ segs

std::vector<SEG> SCH_IO_EAGLE::SEG_DESC::segs

Definition at line 262 of file sch_io_eagle.h.

Referenced by SCH_IO_EAGLE::loadSegments().


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