ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
A struct for passing data to create a new vole. More...
#include <vole_all.h>
Public Attributes | |
int | x |
int | y |
int | age |
double | weight |
int | xborn |
int | yborn |
int | PolyRefBorn |
int | ElemBorn |
int | VegBorn |
int | BirthYear |
int | FatherId |
int | MotherId |
int | FatherStateAtBirth |
Landscape * | L |
Vole_Population_Manager * | VPM |
GeneticMaterial | Genes |
bool | m_flag |
bool | m_gflag |
bool | m_dflag |
double | misc_use |
A struct for passing data to create a new vole.
int struct_Vole_Adult::age |
Referenced by Vole_Male::ReInit(), and Vole_Male::Vole_Male().
int struct_Vole_Adult::BirthYear |
Referenced by Vole_Base::Init(), Vole_Male::ReInit(), and Vole_Male::Vole_Male().
int struct_Vole_Adult::ElemBorn |
int struct_Vole_Adult::FatherId |
Referenced by Vole_Population_Manager::CreateObjectsInit(), and Vole_Base::Init().
int struct_Vole_Adult::FatherStateAtBirth |
Referenced by Vole_Population_Manager::CreateObjectsInit().
GeneticMaterial struct_Vole_Adult::Genes |
Referenced by Vole_Base::Init().
Landscape* struct_Vole_Adult::L |
Referenced by Vole_Base::Init().
bool struct_Vole_Adult::m_dflag |
bool struct_Vole_Adult::m_flag |
bool struct_Vole_Adult::m_gflag |
double struct_Vole_Adult::misc_use |
int struct_Vole_Adult::MotherId |
Referenced by Vole_Population_Manager::CreateObjectsInit(), and Vole_Base::Init().
int struct_Vole_Adult::PolyRefBorn |
int struct_Vole_Adult::VegBorn |
Vole_Population_Manager* struct_Vole_Adult::VPM |
double struct_Vole_Adult::weight |
Referenced by Vole_Male::ReInit(), and Vole_Male::Vole_Male().
int struct_Vole_Adult::x |
Referenced by Vole_Population_Manager::CreateObjects(), and Vole_Base::Init().
int struct_Vole_Adult::xborn |
int struct_Vole_Adult::y |
Referenced by Vole_Population_Manager::CreateObjects(), and Vole_Base::Init().
int struct_Vole_Adult::yborn |