KiCad PCB EDA Suite
|
Declares the Boost test suite fixture. More...
Public Attributes | |
std::string | m_case_name |
SHAPE_POLY_SET | m_polyset |
list of lists of polygon points | |
SEG | m_seg |
the segment to check distance to | |
int | m_seg_width |
int | m_exp_dist |
The expected answer. | |
Declares the Boost test suite fixture.
Definition at line 48 of file test_shape_poly_set_distance.cpp.
std::string SPS_DISTANCE_TO_SEG_CASE::m_case_name |
Definition at line 50 of file test_shape_poly_set_distance.cpp.
int SPS_DISTANCE_TO_SEG_CASE::m_exp_dist |
The expected answer.
Definition at line 60 of file test_shape_poly_set_distance.cpp.
SHAPE_POLY_SET SPS_DISTANCE_TO_SEG_CASE::m_polyset |
list of lists of polygon points
Definition at line 53 of file test_shape_poly_set_distance.cpp.
SEG SPS_DISTANCE_TO_SEG_CASE::m_seg |
the segment to check distance to
Definition at line 56 of file test_shape_poly_set_distance.cpp.
int SPS_DISTANCE_TO_SEG_CASE::m_seg_width |
Definition at line 57 of file test_shape_poly_set_distance.cpp.