![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QKdPointTree: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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 598 of file qpathclipper.cpp.
Referenced by QKdPointFinder::operator()().
Here is the caller graph for this function:
|
inline |
Definition at line 593 of file qpathclipper.cpp.
Referenced by QPathSegments::mergePoints().
Here is the caller graph for this function: