Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
test-quadtree.C File Reference
#include <iostream>
#include <cassert>
#include <quadtree.H>
Include dependency graph for test-quadtree.C:

Go to the source code of this file.

Typedefs

using Tree = QuadTree
 

Functions

void write_tree (Tree::Node *root, size_t indent)
 
int main ()
 

Typedef Documentation

◆ Tree

using Tree = QuadTree

Definition at line 34 of file test-quadtree.C.

Function Documentation

◆ main()

◆ write_tree()

void write_tree ( Tree::Node root,
size_t  indent 
)