Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 testing.tools.safetynet_image.ImageLocations::Left(), and qTraverseKdPointTree().
int QKdPointTree::Node::point |
Definition at line 569 of file qpathclipper.cpp.
Node * QKdPointTree::Node::right |
Definition at line 573 of file qpathclipper.cpp.
Referenced by qTraverseKdPointTree(), and testing.tools.safetynet_image.ImageLocations::Right().