|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| int | layer = 0 |
| double | width = 0.0 |
| std::vector< ARC_POINT > | points |
Definition at line 258 of file pads_parser.h.
| int PADS_IO::TRACK::layer = 0 |
Definition at line 260 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::decodeRoutedCopper(), PCB_IO_PADS::loadTracksAndVias(), and PADS_IO::PARSER::parseSectionROUTES().
| std::vector<ARC_POINT> PADS_IO::TRACK::points |
Definition at line 262 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::decodeRoutedCopper(), PCB_IO_PADS::loadTracksAndVias(), and PADS_IO::PARSER::parseSectionROUTES().
| double PADS_IO::TRACK::width = 0.0 |
Definition at line 261 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::decodeRoutedCopper(), PCB_IO_PADS::loadTracksAndVias(), and PADS_IO::PARSER::parseSectionROUTES().