Tree Class Reference

Collaboration diagram for Tree:
Collaboration graph
[legend]

List of all members.

Classes

struct  Node

Public Member Functions

 Tree (Point2D< int > loc, double height)
void search (int n, int &found, Node *&parent)
void insert (Point2D< int > loc, double height)
void traverse (Image< float > &input, Image< PixRGB< byte > > &output)
void mergeTrees (std::vector< Tree * > trees)
void mergeNodes (std::vector< Node * > nodes)
void bfs (Node *root, Image< float > &input, Image< PixRGB< byte > > &output, int &idx)
void search (Point2D< int > loc)

Public Attributes

struct Tree::Nodenode

Detailed Description

Definition at line 18 of file Tree.H.


The documentation for this class was generated from the following files:
Generated on Sun May 8 08:43:50 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3