KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
connectivity_data.h File Reference
#include <core/typeinfo.h>
#include <core/spinlock.h>
#include <memory>
#include <mutex>
#include <vector>
#include <wx/string.h>
#include <math/vector2d.h>
#include <geometry/shape_poly_set.h>
#include <project/net_settings.h>
#include <zone.h>

Go to the source code of this file.

Classes

struct  CN_DISJOINT_NET_ENTRY
 
struct  RN_DYNAMIC_LINE
 
class  CONNECTIVITY_DATA
 

Macros

#define IGNORE_NETS   0x0001
 Function GetConnectedItems() Returns a list of items connected to a source item aItem.
 
#define EXCLUDE_ZONES   0x0002
 

Enumerations

enum class  PROPAGATE_MODE { SKIP_CONFLICTS , RESOLVE_CONFLICTS }
 Controls how nets are propagated through clusters. More...
 

Macro Definition Documentation

◆ EXCLUDE_ZONES

#define EXCLUDE_ZONES   0x0002

Definition at line 251 of file connectivity_data.h.

◆ IGNORE_NETS

#define IGNORE_NETS   0x0001

Function GetConnectedItems() Returns a list of items connected to a source item aItem.

Parameters
aItemis the reference item to find other connected items.
aTypesallows one to filter by item types.

Definition at line 250 of file connectivity_data.h.

Enumeration Type Documentation

◆ PROPAGATE_MODE

enum class PROPAGATE_MODE
strong

Controls how nets are propagated through clusters.

Enumerator
SKIP_CONFLICTS 

Clusters with conflicting drivers are not updated (default)

RESOLVE_CONFLICTS 

Clusters with conflicting drivers are updated to the most popular net.

Definition at line 79 of file connectivity_data.h.