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 378 of file test_segment.cpp.

Member Data Documentation

◆ m_CaseName

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

Definition at line 268 of file unit_test_utils.h.

◆ m_clearance

int SEG_SEG_COLLIDE_CASE::m_clearance

Definition at line 382 of file test_segment.cpp.

◆ m_exp_coll

bool SEG_SEG_COLLIDE_CASE::m_exp_coll

Definition at line 383 of file test_segment.cpp.

◆ m_seg_a

SEG SEG_SEG_COLLIDE_CASE::m_seg_a

Definition at line 380 of file test_segment.cpp.

◆ m_seg_b

SEG SEG_SEG_COLLIDE_CASE::m_seg_b

Definition at line 381 of file test_segment.cpp.


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