| 
    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 | 
Definition at line 237 of file pns_diff_pair.h.
| SEG PNS::DIFF_PAIR::COUPLED_SEGMENTS::coupledN | 
Definition at line 250 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 249 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 254 of file pns_diff_pair.h.
Referenced by COUPLED_SEGMENTS().
| int PNS::DIFF_PAIR::COUPLED_SEGMENTS::indexP | 
Definition at line 253 of file pns_diff_pair.h.
Referenced by COUPLED_SEGMENTS().
| SEG PNS::DIFF_PAIR::COUPLED_SEGMENTS::parentN | 
Definition at line 252 of file pns_diff_pair.h.
Referenced by COUPLED_SEGMENTS().
| SEG PNS::DIFF_PAIR::COUPLED_SEGMENTS::parentP | 
Definition at line 251 of file pns_diff_pair.h.
Referenced by COUPLED_SEGMENTS().