Character Tree  1.0.0
A PDF tree builder from CSV
Public Attributes | List of all members
person Struct Reference

A structure representing an indivual as a tree node. More...

#include <treestruct.h>

Public Attributes

int id
 
char name [MAXLEN]
 
int value
 
struct personlc
 
struct personrc
 

Detailed Description

A structure representing an indivual as a tree node.

Member Data Documentation

◆ id

int person::id

The node identifier.

◆ name

char person::name[MAXLEN]

The individual name.

◆ value

int person::value

The individual genetic value which set the node color.


The documentation for this struct was generated from the following file:
© 2021 Bruno Verchère