Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QKdPointFinder Class Reference
+ Collaboration diagram for QKdPointFinder:

Public Member Functions

 QKdPointFinder (int point, const QPathSegments &segments, QKdPointTree &tree)
 
QKdPointTree::Traversal operator() (QKdPointTree::Node &node, int depth)
 
int result () const
 

Detailed Description

Definition at line 668 of file qpathclipper.cpp.

Constructor & Destructor Documentation

◆ QKdPointFinder()

QKdPointFinder::QKdPointFinder ( int  point,
const QPathSegments segments,
QKdPointTree tree 
)
inline

Definition at line 671 of file qpathclipper.cpp.

Member Function Documentation

◆ operator()()

QKdPointTree::Traversal QKdPointFinder::operator() ( QKdPointTree::Node node,
int  depth 
)
inline

Definition at line 680 of file qpathclipper.cpp.

References fuzzyIsNull(), QKdPointTree::Node::id, QKdPointTree::nextId(), QKdPointTree::Node::point, QPathSegments::pointAt(), QKdPointTree::TraverseBoth, QKdPointTree::TraverseLeft, QKdPointTree::TraverseNone, QKdPointTree::TraverseRight, value2, QPointF::x(), and QPointF::y().

+ Here is the call graph for this function:

◆ result()

int QKdPointFinder::result ( ) const
inline

Definition at line 711 of file qpathclipper.cpp.

Referenced by QPathSegments::mergePoints().

+ Here is the caller graph for this function:

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