KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <geometry/shape.h>
#include <geometry/shape_arc.h>
#include <geometry/shape_line_chain.h>
#include "fixtures_geometry.h"
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (Collide_LineToLine) | |
BOOST_AUTO_TEST_CASE (Collide_LineToArc) | |
BOOST_AUTO_TEST_CASE (Collide_ArcToArc) | |
BOOST_AUTO_TEST_CASE (Collide_WithClearance) | |
BOOST_AUTO_TEST_CASE (Collide_NoClearance) | |
BOOST_AUTO_TEST_CASE | ( | Collide_ArcToArc | ) |
Definition at line 73 of file test_shape_line_chain_collision.cpp.
References SHAPE_LINE_CHAIN::Append(), BOOST_TEST(), and Collide().
BOOST_AUTO_TEST_CASE | ( | Collide_LineToArc | ) |
Definition at line 55 of file test_shape_line_chain_collision.cpp.
References SHAPE_LINE_CHAIN::Append(), BOOST_TEST(), and Collide().
BOOST_AUTO_TEST_CASE | ( | Collide_LineToLine | ) |
Definition at line 36 of file test_shape_line_chain_collision.cpp.
References SHAPE_LINE_CHAIN::Append(), BOOST_TEST(), and Collide().
BOOST_AUTO_TEST_CASE | ( | Collide_NoClearance | ) |
Definition at line 109 of file test_shape_line_chain_collision.cpp.
References SHAPE_LINE_CHAIN::Append(), and Collide().
BOOST_AUTO_TEST_CASE | ( | Collide_WithClearance | ) |
Definition at line 90 of file test_shape_line_chain_collision.cpp.
References SHAPE_LINE_CHAIN::Append(), and Collide().