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 55 of file zone_filler.cpp.

Constructor & Destructor Documentation

◆ RESULTS()

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

Definition at line 58 of file zone_filler.cpp.

Member Function Documentation

◆ operator<()

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

Definition at line 64 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 75 of file zone_filler.cpp.

Referenced by operator<().

◆ m_outline2

int RESULTS::m_outline2

Definition at line 76 of file zone_filler.cpp.

Referenced by operator<().

◆ m_vertex1

int RESULTS::m_vertex1

Definition at line 77 of file zone_filler.cpp.

Referenced by operator<().

◆ m_vertex2

int RESULTS::m_vertex2

Definition at line 78 of file zone_filler.cpp.

Referenced by operator<().


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