A quadtree structure for 2-d arrays (not necessarily an image) More...
#include <vcl_vector.h>#include <vbl/vbl_ref_count.h>#include <brip/brip_quadtree_node_base_sptr.h>Go to the source code of this file.
Classes | |
| class | brip_quadtree_node_base |
| the base class representing the quadtree datastructure - holds no data. More... | |
| class | brip_quadtree_node< T > |
| the templated subclass that holds data values, T, in a quadtree structure. More... | |
| class | brip_quadtree_node< float > |
A quadtree structure for 2-d arrays (not necessarily an image)
Modifications:
None
Definition in file brip_quadtree_node.h.
1.7.5.1