|
Galactic Bloodshed
|
#include <racegen.h>
Public Attributes | |
| int | number |
| char | print_name [16] |
| double | e_factor |
| double | e_fudge |
| double | e_hinge |
| double | l_factor |
| double | l_fudge |
| double | minimum |
| double | init |
| double | maximum |
| double | cov [N_ATTRIBUTES] |
| int | is_integral |
| double attribute::cov[N_ATTRIBUTES] |
Definition at line 64 of file racegen.h.
Referenced by cost_of_race(), metamorph(), and normal().
| double attribute::e_factor |
Definition at line 62 of file racegen.h.
Referenced by cost_of_race().
| double attribute::e_fudge |
Definition at line 62 of file racegen.h.
Referenced by cost_of_race().
| double attribute::e_hinge |
Definition at line 62 of file racegen.h.
Referenced by cost_of_race().
| double attribute::init |
Definition at line 63 of file racegen.h.
Referenced by initialize().
| int attribute::is_integral |
Definition at line 65 of file racegen.h.
Referenced by critique_to_file(), modify(), and print_to_file().
| double attribute::l_factor |
Definition at line 62 of file racegen.h.
Referenced by cost_of_race().
| double attribute::l_fudge |
Definition at line 62 of file racegen.h.
Referenced by cost_of_race(), and initialize().
| double attribute::maximum |
Definition at line 63 of file racegen.h.
Referenced by critique_to_file().
| double attribute::minimum |
Definition at line 63 of file racegen.h.
Referenced by critique_to_file().
| char attribute::print_name[16] |
Definition at line 61 of file racegen.h.
Referenced by critique_to_file(), fix_up_iq(), help(), metamorph(), normal(), and print_to_file().
1.8.13