Public 属性 | |
| P | p |
| float | max_dist |
| float | parent_dist |
| node< P > * | children |
| unsigned short int | num_children |
| short int | scale |
| node<P>* children |
Pointer to the list of children of this node
在文件 JLCoverTree.h 第 53 行定义.
| float max_dist |
The maximum distance to any grandchild
在文件 JLCoverTree.h 第 47 行定义.
| unsigned short int num_children |
The number of children nodes of this node
在文件 JLCoverTree.h 第 56 行定义.
| P p |
Point
在文件 JLCoverTree.h 第 44 行定义.
| float parent_dist |
The distance to the parent
在文件 JLCoverTree.h 第 50 行定义.
| short int scale |
Essentially, an upper bound on the distance to any child
在文件 JLCoverTree.h 第 59 行定义.