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 57 of file zone_filler.cpp.
|
inline |
Definition at line 60 of file zone_filler.cpp.
|
inline |
Definition at line 66 of file zone_filler.cpp.
References m_outline1, m_outline2, m_vertex1, and m_vertex2.
int RESULTS::m_outline1 |
Definition at line 77 of file zone_filler.cpp.
Referenced by operator<().
int RESULTS::m_outline2 |
Definition at line 78 of file zone_filler.cpp.
Referenced by operator<().
int RESULTS::m_vertex1 |
Definition at line 79 of file zone_filler.cpp.
Referenced by operator<().
int RESULTS::m_vertex2 |
Definition at line 80 of file zone_filler.cpp.
Referenced by operator<().