FFPopSim  2.0
Library for Population Genetics
 All Classes Files Functions Variables Macros Pages
node_t Struct Reference

#include <ffpopsim_highd.h>

Collaboration diagram for node_t:

Public Attributes

tree_key_t parent_node
 
list< tree_key_tchild_edges
 
double fitness
 
tree_key_t own_key
 
vector< step_tweight_distribution
 
int number_of_offspring
 
int clone_size
 
int crossover [2]
 

Member Data Documentation

list< tree_key_t > node_t::child_edges
int node_t::clone_size
int node_t::crossover[2]
double node_t::fitness
int node_t::number_of_offspring
tree_key_t node_t::own_key
tree_key_t node_t::parent_node
vector<step_t> node_t::weight_distribution

The documentation for this struct was generated from the following file: