|
KiCad PCB EDA Suite
|
A cluster of related route segments that should be grouped together. More...
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| Cluster name/identifier. | |
| int | id = 0 |
| Cluster ID number. | |
| std::vector< std::string > | net_names |
| Nets belonging to this cluster. | |
| std::vector< std::string > | segment_refs |
| References to route segments in cluster. | |
A cluster of related route segments that should be grouped together.
Definition at line 645 of file pads_parser.h.
| int PADS_IO::CLUSTER::id = 0 |
Cluster ID number.
Definition at line 648 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionCLUSTER().
| std::string PADS_IO::CLUSTER::name |
Cluster name/identifier.
Definition at line 647 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionCLUSTER().
| std::vector<std::string> PADS_IO::CLUSTER::net_names |
Nets belonging to this cluster.
Definition at line 649 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionCLUSTER().
| std::vector<std::string> PADS_IO::CLUSTER::segment_refs |
References to route segments in cluster.
Definition at line 650 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionCLUSTER().