KiCad PCB EDA Suite
Loading...
Searching...
No Matches
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 58 of file zone_filler.cpp.

Constructor & Destructor Documentation

◆ RESULTS()

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

Definition at line 61 of file zone_filler.cpp.

References m_outline1, m_outline2, m_vertex1, and m_vertex2.

Referenced by operator<().

Member Function Documentation

◆ operator<()

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

Definition at line 67 of file zone_filler.cpp.

References m_outline1, m_outline2, m_vertex1, m_vertex2, and RESULTS().

Member Data Documentation

◆ m_outline1

int RESULTS::m_outline1

Definition at line 78 of file zone_filler.cpp.

Referenced by operator<(), and RESULTS().

◆ m_outline2

int RESULTS::m_outline2

Definition at line 79 of file zone_filler.cpp.

Referenced by operator<(), and RESULTS().

◆ m_vertex1

int RESULTS::m_vertex1

Definition at line 80 of file zone_filler.cpp.

Referenced by operator<(), and RESULTS().

◆ m_vertex2

int RESULTS::m_vertex2

Definition at line 81 of file zone_filler.cpp.

Referenced by operator<(), and RESULTS().


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