|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| int | layer = 0 |
| double | width = 0.0 |
| std::vector< ARC_POINT > | points |
| Track points, may include arc segments. | |
Definition at line 277 of file pads_parser.h.
| int PADS_IO::TRACK::layer = 0 |
Definition at line 279 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseRouteVertices(), and PADS_IO::PARSER::parseSectionROUTES().
| std::vector<ARC_POINT> PADS_IO::TRACK::points |
Track points, may include arc segments.
Definition at line 281 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseRouteVertices(), and PADS_IO::PARSER::parseSectionROUTES().
| double PADS_IO::TRACK::width = 0.0 |
Definition at line 280 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseRouteVertices(), and PADS_IO::PARSER::parseSectionROUTES().