|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Go to the source code of this file.
Typedefs | |
| using | Tree = QuadTree |
Functions | |
| void | write_tree (Tree::Node *root, size_t indent) |
| int | main () |
Definition at line 34 of file test-quadtree.C.
| int main | ( | ) |
Definition at line 55 of file test-quadtree.C.
References Aleph::divide_and_conquer_partition_dp(), QuadTree::get_root(), QuadTree::insert(), NE_CHILD, NW_CHILD, QuadTree::remove(), root(), SE_CHILD, SW_CHILD, and write_tree().
| void write_tree | ( | Tree::Node * | root, |
| size_t | indent | ||
| ) |
Definition at line 36 of file test-quadtree.C.
References Aleph::divide_and_conquer_partition_dp(), NE_CHILD, NW_CHILD, root(), SE_CHILD, SW_CHILD, Aleph::Point::to_string(), and write_tree().
Referenced by main(), and write_tree().