SHOGUN
4.2.0
|
Go to the source code of this file.
Classes | |
class | CTreeMachineNode< T > |
The node of the tree structure forming a TreeMachine The node contains a pointer to its parent and a vector of pointers to its children. A node of this class can have only one parent but any number of children.The node also contains data which can be of any type and has to be specified using template specifier. More... | |