|
KiCad PCB EDA Suite
|
#include <pads_sch_binary_model.h>
Public Member Functions | |
| bool | operator== (const MODEL_CONNECTION &) const =default |
Public Attributes | |
| SOURCE_PROVENANCE | source |
| std::vector< MODEL_CONNECTION_ENDPOINT > | endpoints |
| std::vector< SOURCE_POINT > | vertices |
| std::vector< SOURCE_PROPERTY > | properties |
Definition at line 587 of file pads_sch_binary_model.h.
|
default |
| std::vector<MODEL_CONNECTION_ENDPOINT> PADS_SCH_BINARY::MODEL_CONNECTION::endpoints |
Definition at line 590 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| std::vector<SOURCE_PROPERTY> PADS_SCH_BINARY::MODEL_CONNECTION::properties |
Definition at line 592 of file pads_sch_binary_model.h.
| SOURCE_PROVENANCE PADS_SCH_BINARY::MODEL_CONNECTION::source |
Definition at line 589 of file pads_sch_binary_model.h.
| std::vector<SOURCE_POINT> PADS_SCH_BINARY::MODEL_CONNECTION::vertices |
Definition at line 591 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().