KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::BINARY_PARSER::ROUTE_OBJECT_NODES Struct Reference

Every routed-copper object's PADS layer and route-node handle, indexed by object ordinal, plus the net set each handle reaches through the node link graph. More...

Public Attributes

std::vector< int > layers
 
std::vector< uint32_t > handles
 
std::map< uint32_t, std::set< size_t > > handleNets
 

Detailed Description

Every routed-copper object's PADS layer and route-node handle, indexed by object ordinal, plus the net set each handle reaches through the node link graph.

Definition at line 309 of file pads_binary_parser.h.

Member Data Documentation

◆ handleNets

std::map<uint32_t, std::set<size_t> > PADS_IO::BINARY_PARSER::ROUTE_OBJECT_NODES::handleNets

◆ handles

std::vector<uint32_t> PADS_IO::BINARY_PARSER::ROUTE_OBJECT_NODES::handles

◆ layers

std::vector<int> PADS_IO::BINARY_PARSER::ROUTE_OBJECT_NODES::layers

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