KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CN_VISITOR Class Reference

#include <connectivity_algo.h>

Public Member Functions

 CN_VISITOR (CN_ITEM *aItem)
 
bool operator() (CN_ITEM *aCandidate)
 

Protected Member Functions

void checkZoneItemConnection (CN_ZONE_LAYER *aZoneLayer, CN_ITEM *aItem)
 
void checkZoneZoneConnection (CN_ZONE_LAYER *aZoneLayerA, CN_ZONE_LAYER *aZoneLayerB)
 

Protected Attributes

CN_ITEMm_item
 The item we are looking for connections to.
 

Detailed Description

Definition at line 306 of file connectivity_algo.h.

Constructor & Destructor Documentation

◆ CN_VISITOR()

CN_VISITOR::CN_VISITOR ( CN_ITEM aItem)
inline

Definition at line 309 of file connectivity_algo.h.

Member Function Documentation

◆ checkZoneItemConnection()

◆ checkZoneZoneConnection()

◆ operator()()

Member Data Documentation

◆ m_item

CN_ITEM* CN_VISITOR::m_item
protected

The item we are looking for connections to.

Definition at line 321 of file connectivity_algo.h.

Referenced by operator()().


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