Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 669 of file qpathclipper.cpp.

Constructor & Destructor Documentation

◆ QKdPointFinder()

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

Definition at line 672 of file qpathclipper.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 681 of file qpathclipper.cpp.

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

+ Here is the call graph for this function:

◆ result()

int QKdPointFinder::result ( ) const
inline

Definition at line 712 of file qpathclipper.cpp.


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