Galactic Bloodshed
Public Attributes | List of all members
attribute Struct Reference

#include <racegen.h>

Collaboration diagram for attribute:

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
 

Detailed Description

Definition at line 59 of file racegen.h.

Member Data Documentation

◆ cov

double attribute::cov[N_ATTRIBUTES]

Definition at line 64 of file racegen.h.

Referenced by cost_of_race(), metamorph(), and normal().

◆ e_factor

double attribute::e_factor

Definition at line 62 of file racegen.h.

Referenced by cost_of_race().

◆ e_fudge

double attribute::e_fudge

Definition at line 62 of file racegen.h.

Referenced by cost_of_race().

◆ e_hinge

double attribute::e_hinge

Definition at line 62 of file racegen.h.

Referenced by cost_of_race().

◆ init

double attribute::init

Definition at line 63 of file racegen.h.

Referenced by initialize().

◆ is_integral

int attribute::is_integral

Definition at line 65 of file racegen.h.

Referenced by critique_to_file(), modify(), and print_to_file().

◆ l_factor

double attribute::l_factor

Definition at line 62 of file racegen.h.

Referenced by cost_of_race().

◆ l_fudge

double attribute::l_fudge

Definition at line 62 of file racegen.h.

Referenced by cost_of_race(), and initialize().

◆ maximum

double attribute::maximum

Definition at line 63 of file racegen.h.

Referenced by critique_to_file().

◆ minimum

double attribute::minimum

Definition at line 63 of file racegen.h.

Referenced by critique_to_file().

◆ number

int attribute::number

Definition at line 60 of file racegen.h.

◆ print_name

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().


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