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
QKdPointTree::Node Struct Reference
+ Collaboration diagram for QKdPointTree::Node:

Public Attributes

int point
 
int id
 
Nodeleft
 
Noderight
 

Detailed Description

Definition at line 568 of file qpathclipper.cpp.

Member Data Documentation

◆ id

int QKdPointTree::Node::id

Definition at line 570 of file qpathclipper.cpp.

Referenced by QKdPointFinder::operator()().

◆ left

Node * QKdPointTree::Node::left

◆ point

int QKdPointTree::Node::point

Definition at line 569 of file qpathclipper.cpp.

◆ right

Node * QKdPointTree::Node::right

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