![]() |
Qt 6.x
The Qt SDK
|
Public Attributes | |
int | point |
int | id |
Node * | left |
Node * | right |
Definition at line 568 of file qpathclipper.cpp.
int QKdPointTree::Node::id |
Definition at line 570 of file qpathclipper.cpp.
Referenced by QKdPointFinder::operator()().
Node* QKdPointTree::Node::left |
Definition at line 572 of file qpathclipper.cpp.
Referenced by qTraverseKdPointTree().
int QKdPointTree::Node::point |
Definition at line 569 of file qpathclipper.cpp.
Referenced by QKdPointFinder::operator()().
Node* QKdPointTree::Node::right |
Definition at line 573 of file qpathclipper.cpp.
Referenced by qTraverseKdPointTree().