KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DRC_RTREE::PAIR_INFO Struct Reference

#include <drc_rtree.h>

Public Member Functions

 PAIR_INFO (LAYER_PAIR aPair, ITEM_WITH_SHAPE *aRef, ITEM_WITH_SHAPE *aTest)
 

Public Attributes

LAYER_PAIR layerPair
 
ITEM_WITH_SHAPErefItem
 
ITEM_WITH_SHAPEtestItem
 

Detailed Description

Definition at line 442 of file drc_rtree.h.

Constructor & Destructor Documentation

◆ PAIR_INFO()

DRC_RTREE::PAIR_INFO::PAIR_INFO ( LAYER_PAIR aPair,
ITEM_WITH_SHAPE * aRef,
ITEM_WITH_SHAPE * aTest )
inline

Definition at line 444 of file drc_rtree.h.

References layerPair, refItem, and testItem.

Member Data Documentation

◆ layerPair

LAYER_PAIR DRC_RTREE::PAIR_INFO::layerPair

Definition at line 450 of file drc_rtree.h.

Referenced by PAIR_INFO().

◆ refItem

ITEM_WITH_SHAPE* DRC_RTREE::PAIR_INFO::refItem

Definition at line 451 of file drc_rtree.h.

Referenced by PAIR_INFO().

◆ testItem

ITEM_WITH_SHAPE* DRC_RTREE::PAIR_INFO::testItem

Definition at line 452 of file drc_rtree.h.

Referenced by PAIR_INFO().


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