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

Declares the FilletFixture struct as the boost test fixture. More...

Public Attributes

SEG m_seg_a
 
SEG m_seg_b
 
CHAMFER_PARAMS m_params
 
std::optional< CHAMFER_RESULTm_expected_result
 

Detailed Description

Declares the FilletFixture struct as the boost test fixture.

Definition at line 39 of file test_chamfer.cpp.

Member Data Documentation

◆ m_expected_result

std::optional<CHAMFER_RESULT> TWO_LINE_CHAMFER_TEST_CASE::m_expected_result

Definition at line 44 of file test_chamfer.cpp.

Referenced by DoChamferTestChecks().

◆ m_params

CHAMFER_PARAMS TWO_LINE_CHAMFER_TEST_CASE::m_params

Definition at line 43 of file test_chamfer.cpp.

Referenced by DoChamferTestChecks().

◆ m_seg_a

SEG TWO_LINE_CHAMFER_TEST_CASE::m_seg_a

Definition at line 41 of file test_chamfer.cpp.

Referenced by DoChamferTestChecks().

◆ m_seg_b

SEG TWO_LINE_CHAMFER_TEST_CASE::m_seg_b

Definition at line 42 of file test_chamfer.cpp.

Referenced by DoChamferTestChecks().


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