KiCad PCB EDA Suite
Loading...
Searching...
No Matches
connection_graph.h File Reference
#include <mutex>
#include <utility>
#include <vector>
#include <erc_settings.h>
#include <sch_connection.h>
#include <sch_item.h>
#include <wx/treectrl.h>

Go to the source code of this file.

Classes

class  CONNECTION_SUBGRAPH
 A subgraph is a set of items that are electrically connected on a single sheet. More...
 
struct  NET_NAME_CODE_CACHE_KEY
 
struct  std::hash< NET_NAME_CODE_CACHE_KEY >
 
class  CONNECTION_GRAPH
 Calculate the connectivity of a schematic and generates netlists. More...
 

Namespaces

namespace  std
 STL namespace.
 

Typedefs

typedef std::unordered_map< NET_NAME_CODE_CACHE_KEY, std::vector< CONNECTION_SUBGRAPH * > > NET_MAP
 Associate a #NET_CODE_NAME with all the subgraphs in that net.
 

Typedef Documentation

◆ NET_MAP

typedef std::unordered_map<NET_NAME_CODE_CACHE_KEY, std::vector<CONNECTION_SUBGRAPH*> > NET_MAP

Associate a #NET_CODE_NAME with all the subgraphs in that net.

Definition at line 345 of file connection_graph.h.