Class | Description |
---|---|
KD_Tree |
This uses the
KD_TreeNode for inserting and searching over tree values. |
KD_TreeNode |
This still produces a approximate search result, intended to be optimised by a kd-tree structure.
|
Tree |
This class can be used to build a tree-like structure, representing arbitrary information.
|
TreeNode |
This class can be used as the base for any node structure.
|