Qt 4.8
|
Public Variables | |
int | id |
Node * | left |
int | point |
Node * | right |
Definition at line 612 of file qpathclipper.cpp.
int QKdPointTree::Node::id |
Definition at line 614 of file qpathclipper.cpp.
Referenced by QKdPointFinder::operator()().
Node* QKdPointTree::Node::left |
Definition at line 616 of file qpathclipper.cpp.
Referenced by qTraverseKdPointTree().
int QKdPointTree::Node::point |
Definition at line 613 of file qpathclipper.cpp.
Referenced by QKdPointFinder::operator()().
Node* QKdPointTree::Node::right |
Definition at line 617 of file qpathclipper.cpp.
Referenced by qTraverseKdPointTree().