#include <trainer.h>

Public Member Functions | |
| ~Node () | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Node &node) |
A node represents one node of a tree which can have a parent node and zero or more child nodes... Each node can have two or more points on which it is measured... For dimens = 1, each node will have 2 points and so on...
|
inline |
Node class destructor that recursively deletes all node child objects
|
friend |
A friend function that can print a Node object
1.8.5