|
KiCad PCB EDA Suite
|
Test cases for collisions (with clearance, for no clearance, it's just a SEG_SEG_DISTANCE_CASE of 0) More...
Public Attributes | |
| SEG | m_seg_a |
| SEG | m_seg_b |
| int | m_clearance |
| bool | m_exp_coll |
| std::string | m_CaseName |
Test cases for collisions (with clearance, for no clearance, it's just a SEG_SEG_DISTANCE_CASE of 0)
Definition at line 396 of file test_segment.cpp.
|
inherited |
Definition at line 305 of file unit_test_utils.h.
Referenced by operator<<.
| int SEG_SEG_COLLIDE_CASE::m_clearance |
Definition at line 400 of file test_segment.cpp.
| bool SEG_SEG_COLLIDE_CASE::m_exp_coll |
Definition at line 401 of file test_segment.cpp.
| SEG SEG_SEG_COLLIDE_CASE::m_seg_a |
Definition at line 398 of file test_segment.cpp.
| SEG SEG_SEG_COLLIDE_CASE::m_seg_b |
Definition at line 399 of file test_segment.cpp.