KiCad PCB EDA Suite
|
Declares the FilletFixture struct as the boost test fixture. More...
Public Attributes | |
std::vector< std::pair< int, int > > | m_extents |
std::vector< int > | m_expectedDeltas |
Declares the FilletFixture struct as the boost test fixture.
Definition at line 39 of file test_distribute.cpp.
std::vector<int> DISTRIBUTE_GAPS_TEST_CASE::m_expectedDeltas |
Definition at line 42 of file test_distribute.cpp.
Referenced by DoDistributeGapsTestChecks().
std::vector<std::pair<int, int> > DISTRIBUTE_GAPS_TEST_CASE::m_extents |
Definition at line 41 of file test_distribute.cpp.
Referenced by DoDistributeGapsTestChecks().