|
KiCad PCB EDA Suite
|
Result of PartitionNetChainAroundNet(). More...
#include <net_chain_bridging.h>
Public Attributes | |
| NET_CHAIN_PARTITION_STATUS | status = NET_CHAIN_PARTITION_STATUS::INVALID_INPUT |
| std::set< int > | beforeStart |
| std::set< int > | afterEnd |
Result of PartitionNetChainAroundNet().
On AMBIGUOUS_OVERLAP both sets are populated so the caller can inspect the overlap; on all other non-OK statuses both sets are empty.
Definition at line 149 of file net_chain_bridging.h.
| std::set<int> NET_CHAIN_PARTITION::afterEnd |
Definition at line 153 of file net_chain_bridging.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| std::set<int> NET_CHAIN_PARTITION::beforeStart |
Definition at line 152 of file net_chain_bridging.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| NET_CHAIN_PARTITION_STATUS NET_CHAIN_PARTITION::status = NET_CHAIN_PARTITION_STATUS::INVALID_INPUT |
Definition at line 151 of file net_chain_bridging.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().