|
KiCad PCB EDA Suite
|
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 |
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.
| std::map<uint32_t, std::set<size_t> > PADS_IO::BINARY_PARSER::ROUTE_OBJECT_NODES::handleNets |
Definition at line 313 of file pads_binary_parser.h.
Referenced by PADS_IO::BINARY_PARSER::decodeRoutedCopper(), and PADS_IO::BINARY_PARSER::resolveRouteObjectNodes().
| std::vector<uint32_t> PADS_IO::BINARY_PARSER::ROUTE_OBJECT_NODES::handles |
Definition at line 312 of file pads_binary_parser.h.
Referenced by PADS_IO::BINARY_PARSER::decodeRoutedCopper(), and PADS_IO::BINARY_PARSER::resolveRouteObjectNodes().
| std::vector<int> PADS_IO::BINARY_PARSER::ROUTE_OBJECT_NODES::layers |
Definition at line 311 of file pads_binary_parser.h.
Referenced by PADS_IO::BINARY_PARSER::decodeRoutedCopper(), and PADS_IO::BINARY_PARSER::resolveRouteObjectNodes().