![]() |
Character Tree
1.0.0
A PDF tree builder from CSV
|
A structure representing an indivual as a tree node. More...
#include <treestruct.h>
Public Attributes | |
| int | id |
| char | name [MAXLEN] |
| int | value |
| struct person * | lc |
| struct person * | rc |
A structure representing an indivual as a tree node.
| int person::id |
The node identifier.
| char person::name[MAXLEN] |
The individual name.
| int person::value |
The individual genetic value which set the node color.