KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
IteratorFixture Struct Reference

Fixture for the Iterator test suite. More...

Public Member Functions

 IteratorFixture ()
 
 ~IteratorFixture ()
 

Public Attributes

struct KI_TEST::CommonTestData common
 
SHAPE_POLY_SET lastNullSegmentPolySet
 
SHAPE_POLY_SET firstNullSegmentPolySet
 
SHAPE_POLY_SET insideNullSegmentPolySet
 
std::vector< VECTOR2InullPoints
 

Detailed Description

Fixture for the Iterator test suite.

It contains an instance of the common data, three polysets with null segments and a vector containing their points.

Definition at line 35 of file test_shape_poly_set_iterator.cpp.

Constructor & Destructor Documentation

◆ IteratorFixture()

◆ ~IteratorFixture()

IteratorFixture::~IteratorFixture ( )
inline

Definition at line 85 of file test_shape_poly_set_iterator.cpp.

Member Data Documentation

◆ common

struct KI_TEST::CommonTestData IteratorFixture::common

Definition at line 38 of file test_shape_poly_set_iterator.cpp.

◆ firstNullSegmentPolySet

SHAPE_POLY_SET IteratorFixture::firstNullSegmentPolySet

Definition at line 42 of file test_shape_poly_set_iterator.cpp.

Referenced by IteratorFixture().

◆ insideNullSegmentPolySet

SHAPE_POLY_SET IteratorFixture::insideNullSegmentPolySet

Definition at line 43 of file test_shape_poly_set_iterator.cpp.

Referenced by IteratorFixture().

◆ lastNullSegmentPolySet

SHAPE_POLY_SET IteratorFixture::lastNullSegmentPolySet

Definition at line 41 of file test_shape_poly_set_iterator.cpp.

Referenced by IteratorFixture().

◆ nullPoints

std::vector<VECTOR2I> IteratorFixture::nullPoints

Definition at line 46 of file test_shape_poly_set_iterator.cpp.

Referenced by IteratorFixture().


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