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

Test cases for collisions (with clearance, for no clearance, it's just a SEG_SEG_DISTANCE_CASE of 0) More...

Inheritance diagram for SEG_SEG_COLLIDE_CASE:
KI_TEST::NAMED_CASE

Public Attributes

SEG m_seg_a
 
SEG m_seg_b
 
int m_clearance
 
bool m_exp_coll
 
std::string m_CaseName
 

Detailed Description

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.

Member Data Documentation

◆ m_CaseName

std::string KI_TEST::NAMED_CASE::m_CaseName
inherited

Definition at line 305 of file unit_test_utils.h.

Referenced by operator<<.

◆ m_clearance

int SEG_SEG_COLLIDE_CASE::m_clearance

Definition at line 400 of file test_segment.cpp.

◆ m_exp_coll

bool SEG_SEG_COLLIDE_CASE::m_exp_coll

Definition at line 401 of file test_segment.cpp.

◆ m_seg_a

SEG SEG_SEG_COLLIDE_CASE::m_seg_a

Definition at line 398 of file test_segment.cpp.

◆ m_seg_b

SEG SEG_SEG_COLLIDE_CASE::m_seg_b

Definition at line 399 of file test_segment.cpp.


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