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::Node * | node |
Definition at line 18 of file Tree.H.