Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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
 
 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() [1/2]

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

Definition at line 672 of file qpathclipper.cpp.

Referenced by QPathSegments::mergePoints().

+ Here is the caller graph for this function:

◆ QKdPointFinder() [2/2]

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

Definition at line 672 of file qpathclipper.cpp.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 681 of file qpathclipper.cpp.

References QKdPointTree::Node::id, QKdPointTree::nextId(), QKdPointTree::TraverseBoth, QKdPointTree::TraverseLeft, QKdPointTree::TraverseNone, and QKdPointTree::TraverseRight.

+ Here is the call graph for this function:

◆ operator()() [2/2]

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

Definition at line 681 of file qpathclipper.cpp.

◆ result() [1/2]

int QKdPointFinder::result ( ) const
inline

Definition at line 712 of file qpathclipper.cpp.

Referenced by QPathSegments::mergePoints().

+ Here is the caller graph for this function:

◆ result() [2/2]

int QKdPointFinder::result ( ) const
inline

Definition at line 712 of file qpathclipper.cpp.


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