KiCad PCB EDA Suite
|
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 |
Definition at line 55 of file zone_filler.cpp.
|
inline |
Definition at line 58 of file zone_filler.cpp.
|
inline |
Definition at line 64 of file zone_filler.cpp.
References m_outline1, m_outline2, m_vertex1, and m_vertex2.
int RESULTS::m_outline1 |
Definition at line 75 of file zone_filler.cpp.
Referenced by operator<().
int RESULTS::m_outline2 |
Definition at line 76 of file zone_filler.cpp.
Referenced by operator<().
int RESULTS::m_vertex1 |
Definition at line 77 of file zone_filler.cpp.
Referenced by operator<().
int RESULTS::m_vertex2 |
Definition at line 78 of file zone_filler.cpp.
Referenced by operator<().