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

Public Member Functions

 RESULTS (int aOutline1, int aOutline2, int aVertex1, int aVertex2)
 
bool operator< (const RESULTS &aOther) const
 

Public Attributes

int m_outline1
 
int m_outline2
 
int m_vertex1
 
int m_vertex2
 

Detailed Description

Definition at line 57 of file zone_filler.cpp.

Constructor & Destructor Documentation

◆ RESULTS()

RESULTS::RESULTS ( int  aOutline1,
int  aOutline2,
int  aVertex1,
int  aVertex2 
)
inline

Definition at line 60 of file zone_filler.cpp.

Member Function Documentation

◆ operator<()

bool RESULTS::operator< ( const RESULTS aOther) const
inline

Definition at line 66 of file zone_filler.cpp.

References m_outline1, m_outline2, m_vertex1, and m_vertex2.

Member Data Documentation

◆ m_outline1

int RESULTS::m_outline1

Definition at line 77 of file zone_filler.cpp.

Referenced by operator<().

◆ m_outline2

int RESULTS::m_outline2

Definition at line 78 of file zone_filler.cpp.

Referenced by operator<().

◆ m_vertex1

int RESULTS::m_vertex1

Definition at line 79 of file zone_filler.cpp.

Referenced by operator<().

◆ m_vertex2

int RESULTS::m_vertex2

Definition at line 80 of file zone_filler.cpp.

Referenced by operator<().


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