| 
    KiCad PCB EDA Suite
    
   | 
 
A complete courtyard overlap test case: a name, the board footprint list and the expected collisions. More...
Public Attributes | |
| std::string | m_case_name | 
| std::vector< COURTYARD_TEST_FP > | m_fpDefs | 
| std::vector< COURTYARD_COLLISION > | m_collisions | 
A complete courtyard overlap test case: a name, the board footprint list and the expected collisions.
Definition at line 86 of file test_drc_courtyard_overlap.cpp.
| std::string COURTYARD_OVERLAP_TEST_CASE::m_case_name | 
Definition at line 88 of file test_drc_courtyard_overlap.cpp.
Referenced by DoCourtyardOverlapTest().
| std::vector<COURTYARD_COLLISION> COURTYARD_OVERLAP_TEST_CASE::m_collisions | 
Definition at line 90 of file test_drc_courtyard_overlap.cpp.
Referenced by DoCourtyardOverlapTest().
| std::vector<COURTYARD_TEST_FP> COURTYARD_OVERLAP_TEST_CASE::m_fpDefs | 
Definition at line 89 of file test_drc_courtyard_overlap.cpp.
Referenced by DoCourtyardOverlapTest().