|
KiCad PCB EDA Suite
|
#include <topo_match.h>
Public Attributes | |
| std::atomic< bool > * | m_cancelled = nullptr |
| std::atomic< int > * | m_matchedComponents = nullptr |
| std::atomic< int > * | m_totalComponents = nullptr |
Definition at line 47 of file topo_match.h.
| std::atomic<bool>* TMATCH::ISOMORPHISM_PARAMS::m_cancelled = nullptr |
Definition at line 49 of file topo_match.h.
Referenced by BOOST_FIXTURE_TEST_CASE(), MULTICHANNEL_TOOL::CheckRACompatibility(), and TMATCH::CONNECTION_GRAPH::FindIsomorphism().
| std::atomic<int>* TMATCH::ISOMORPHISM_PARAMS::m_matchedComponents = nullptr |
Definition at line 50 of file topo_match.h.
Referenced by BOOST_FIXTURE_TEST_CASE(), and MULTICHANNEL_TOOL::CheckRACompatibility().
| std::atomic<int>* TMATCH::ISOMORPHISM_PARAMS::m_totalComponents = nullptr |
Definition at line 51 of file topo_match.h.
Referenced by BOOST_FIXTURE_TEST_CASE(), MULTICHANNEL_TOOL::CheckRACompatibility(), and TMATCH::CONNECTION_GRAPH::FindIsomorphism().