KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SPS_DISTANCE_TO_SEG_CASE Struct Reference

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.
 

Detailed Description

Declares the Boost test suite fixture.

Definition at line 48 of file test_shape_poly_set_distance.cpp.

Member Data Documentation

◆ m_case_name

std::string SPS_DISTANCE_TO_SEG_CASE::m_case_name

Definition at line 50 of file test_shape_poly_set_distance.cpp.

◆ m_exp_dist

int SPS_DISTANCE_TO_SEG_CASE::m_exp_dist

The expected answer.

Definition at line 60 of file test_shape_poly_set_distance.cpp.

◆ m_polyset

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.

◆ m_seg

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.

◆ m_seg_width

int SPS_DISTANCE_TO_SEG_CASE::m_seg_width

Definition at line 57 of file test_shape_poly_set_distance.cpp.


The documentation for this struct was generated from the following file: