|
KiCad PCB EDA Suite
|
#include <pns_diff_pair.h>
Public Member Functions | |
| COUPLED_SEGMENTS (const SEG &aCoupledP, const SEG &aParentP, int aIndexP, const SEG &aCoupledN, const SEG &aParentN, int aIndexN) | |
Public Attributes | |
| SEG | coupledP |
| SEG | coupledN |
| SEG | parentP |
| SEG | parentN |
| int | indexP |
| int | indexN |
| ITEM * | linkP |
| ITEM * | linkN |
Definition at line 387 of file pns_diff_pair.h.
| SEG PNS::DIFF_PAIR::COUPLED_SEGMENTS::coupledN |
Definition at line 402 of file pns_diff_pair.h.
Referenced by PNS::DP_MEANDER_PLACER::baselineSegment(), COUPLED_SEGMENTS(), and PNS::DP_MEANDER_PLACER::pairOrientation().
| SEG PNS::DIFF_PAIR::COUPLED_SEGMENTS::coupledP |
Definition at line 401 of file pns_diff_pair.h.
Referenced by PNS::DP_MEANDER_PLACER::baselineSegment(), COUPLED_SEGMENTS(), and PNS::DP_MEANDER_PLACER::pairOrientation().
| int PNS::DIFF_PAIR::COUPLED_SEGMENTS::indexN |
Definition at line 406 of file pns_diff_pair.h.
Referenced by COUPLED_SEGMENTS().
| int PNS::DIFF_PAIR::COUPLED_SEGMENTS::indexP |
Definition at line 405 of file pns_diff_pair.h.
Referenced by COUPLED_SEGMENTS().
| ITEM* PNS::DIFF_PAIR::COUPLED_SEGMENTS::linkN |
Definition at line 408 of file pns_diff_pair.h.
Referenced by COUPLED_SEGMENTS(), and PNS::DIFF_PAIR::CoupledSegmentPairs().
| ITEM* PNS::DIFF_PAIR::COUPLED_SEGMENTS::linkP |
Definition at line 407 of file pns_diff_pair.h.
Referenced by COUPLED_SEGMENTS(), and PNS::DIFF_PAIR::CoupledSegmentPairs().
| SEG PNS::DIFF_PAIR::COUPLED_SEGMENTS::parentN |
Definition at line 404 of file pns_diff_pair.h.
Referenced by COUPLED_SEGMENTS().
| SEG PNS::DIFF_PAIR::COUPLED_SEGMENTS::parentP |
Definition at line 403 of file pns_diff_pair.h.
Referenced by COUPLED_SEGMENTS().