KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CONVERT_TOOL_TEST_FIXTURE Class Reference

Exposes CONVERT_TOOL's private chaining routine so the regression test can drive the real production code rather than a reimplementation. More...

Public Member Functions

SHAPE_POLY_SET MakePolys (const std::deque< EDA_ITEM * > &aItems)
 

Private Attributes

CONVERT_TOOL m_tool
 

Detailed Description

Exposes CONVERT_TOOL's private chaining routine so the regression test can drive the real production code rather than a reimplementation.

Definition at line 41 of file test_convert_tool.cpp.

Member Function Documentation

◆ MakePolys()

SHAPE_POLY_SET CONVERT_TOOL_TEST_FIXTURE::MakePolys ( const std::deque< EDA_ITEM * > & aItems)
inline

Definition at line 44 of file test_convert_tool.cpp.

References CENTERLINE, and m_tool.

Member Data Documentation

◆ m_tool

CONVERT_TOOL CONVERT_TOOL_TEST_FIXTURE::m_tool
private

Definition at line 50 of file test_convert_tool.cpp.

Referenced by MakePolys().


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