![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
bool | operator< (const QCoincidingEdge &e2) const |
bool | operator< (const QCoincidingEdge &e2) const |
Public Attributes | |
QTessellatorPrivate::Vertex * | start |
QTessellatorPrivate::Vertex * | end |
bool | used |
bool | before |
Definition at line 659 of file qtessellator.cpp.
|
inline |
Definition at line 665 of file qtessellator.cpp.
References end, QTessellator::Vertex::x, and QTessellator::Vertex::y.
|
inline |
Definition at line 665 of file qtessellator.cpp.
bool QCoincidingEdge::before |
Definition at line 663 of file qtessellator.cpp.
Referenced by QTessellatorPrivate::cancelCoincidingEdges(), cancelEdges(), and testing.tools.safetynet_conclusions.CaseResult::GetOutputDict().
QTessellatorPrivate::Vertex * QCoincidingEdge::end |
Definition at line 661 of file qtessellator.cpp.
Referenced by QTessellatorPrivate::cancelCoincidingEdges(), cancelEdges(), and operator<().
QTessellatorPrivate::Vertex * QCoincidingEdge::start |
Definition at line 660 of file qtessellator.cpp.
Referenced by QTessellatorPrivate::cancelCoincidingEdges(), and cancelEdges().
bool QCoincidingEdge::used |
Definition at line 662 of file qtessellator.cpp.
Referenced by QTessellatorPrivate::cancelCoincidingEdges(), and cancelEdges().