![]() |
Qt 6.x
The Qt SDK
|
Classes | |
struct | Node |
Public Types | |
enum | Traversal { TraverseBoth , TraverseLeft , TraverseRight , TraverseNone } |
Public Member Functions | |
QKdPointTree (const QPathSegments &segments) | |
int | build (int begin, int end, int depth=0) |
Node * | rootNode () |
int | nextId () |
Definition at line 558 of file qpathclipper.cpp.
Enumerator | |
---|---|
TraverseBoth | |
TraverseLeft | |
TraverseRight | |
TraverseNone |
Definition at line 561 of file qpathclipper.cpp.
|
inline |
Definition at line 576 of file qpathclipper.cpp.
References build(), i, and QPathSegments::points().
int QKdPointTree::build | ( | int | begin, |
int | end, | ||
int | depth = 0 |
||
) |
Definition at line 633 of file qpathclipper.cpp.
References begin(), build(), component(), QPathSegments::pointAt(), Q_ASSERT, and qSwap().
Referenced by QKdPointTree(), and build().
|
inline |
Definition at line 598 of file qpathclipper.cpp.
Referenced by QKdPointFinder::operator()().
|
inline |
Definition at line 593 of file qpathclipper.cpp.
Referenced by QPathSegments::mergePoints().