Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QTessellatorPrivate::EdgeSorter Class Reference
Collaboration diagram for QTessellatorPrivate::EdgeSorter:

Public Member Functions

 EdgeSorter (int _y)
bool operator() (const Edge *e1, const Edge *e2)
 EdgeSorter (int _y)
bool operator() (const Edge *e1, const Edge *e2)

Public Attributes

int y

Detailed Description

Definition at line 94 of file qtessellator.cpp.

Constructor & Destructor Documentation

◆ EdgeSorter() [1/2]

QTessellatorPrivate::EdgeSorter::EdgeSorter ( int _y)
inline

Definition at line 97 of file qtessellator.cpp.

References y.

Referenced by QTessellatorPrivate::processIntersections().

Here is the caller graph for this function:

◆ EdgeSorter() [2/2]

QTessellatorPrivate::EdgeSorter::EdgeSorter ( int _y)
inline

Definition at line 97 of file qtessellator.cpp.

Member Function Documentation

◆ operator()() [1/2]

bool QTessellatorPrivate::EdgeSorter::operator() ( const Edge * e1,
const Edge * e2 )

Definition at line 355 of file qtessellator.cpp.

References QTessellatorPrivate::Edge::isLeftOf(), and y.

Here is the call graph for this function:

◆ operator()() [2/2]

bool QTessellatorPrivate::EdgeSorter::operator() ( const Edge * e1,
const Edge * e2 )

Member Data Documentation

◆ y

int QTessellatorPrivate::EdgeSorter::y

Definition at line 99 of file qtessellator.cpp.

Referenced by EdgeSorter(), and operator()().


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