ALMaSS Rabbit ODdox
1.1
The rabbit model description following ODdox protocol
|
Used for creation of a new Rabbit object. More...
#include <Rabbit_Population_Manager.h>
Public Attributes | |
int | m_x |
x-coord More... | |
int | m_y |
y-coord More... | |
int | m_x2 |
x-coord of birth More... | |
int | m_y2 |
y-coord of birth More... | |
Landscape * | m_L |
Landscape pointer. More... | |
Rabbit_Population_Manager * | m_NPM |
Rabbit_Population_Manager pointer. More... | |
int | m_age |
The rabbit age. More... | |
int | m_weightage |
The rabbit age in terms of weight. More... | |
Rabbit_Young * | m_rabbit |
A pointer to a rabbit base - useful for extra information. More... | |
Rabbit_Warren * | m_Warren |
A pointer to the current warren. More... | |
int | m_soil |
The current warren soil type. More... | |
Used for creation of a new Rabbit object.
Definition at line 58 of file Rabbit_Population_Manager.h.
int struct_Rabbit::m_age |
The rabbit age.
Definition at line 74 of file Rabbit_Population_Manager.h.
Referenced by Rabbit_Population_Manager::AssignStaticVariables(), Rabbit_Population_Manager::CreateObjects(), Rabbit_Population_Manager::DoFirst(), Rabbit_Population_Manager::Rabbit_Population_Manager(), Rabbit_Juvenile::st_BecomeAdult(), Rabbit_Young::st_BecomeJuvenile(), and Rabbit_Female::st_GiveBirth().
Landscape* struct_Rabbit::m_L |
Landscape pointer.
Definition at line 70 of file Rabbit_Population_Manager.h.
Referenced by Rabbit_Population_Manager::AssignStaticVariables(), Rabbit_Population_Manager::CreateObjects(), Rabbit_Population_Manager::DoFirst(), Rabbit_Population_Manager::LoadWarrenLocations(), Rabbit_Population_Manager::PreProcessWarrenLocations(), Rabbit_Population_Manager::Rabbit_Population_Manager(), Rabbit_Juvenile::st_BecomeAdult(), Rabbit_Young::st_BecomeJuvenile(), and Rabbit_Female::st_GiveBirth().
Rabbit_Population_Manager* struct_Rabbit::m_NPM |
Rabbit_Population_Manager pointer.
Definition at line 72 of file Rabbit_Population_Manager.h.
Referenced by Rabbit_Population_Manager::AssignStaticVariables(), Rabbit_Population_Manager::CreateObjects(), Rabbit_Population_Manager::DoFirst(), Rabbit_Population_Manager::LoadWarrenLocations(), Rabbit_Population_Manager::PreProcessWarrenLocations(), Rabbit_Population_Manager::Rabbit_Population_Manager(), Rabbit_Juvenile::st_BecomeAdult(), Rabbit_Young::st_BecomeJuvenile(), and Rabbit_Female::st_GiveBirth().
Rabbit_Young* struct_Rabbit::m_rabbit |
A pointer to a rabbit base - useful for extra information.
Definition at line 78 of file Rabbit_Population_Manager.h.
Referenced by Rabbit_Young::st_BecomeJuvenile().
int struct_Rabbit::m_soil |
The current warren soil type.
Definition at line 82 of file Rabbit_Population_Manager.h.
Referenced by Rabbit_Population_Manager::CreateObjects(), Rabbit_Population_Manager::LoadWarrenLocations(), and Rabbit_Population_Manager::PreProcessWarrenLocations().
Rabbit_Warren* struct_Rabbit::m_Warren |
A pointer to the current warren.
Definition at line 80 of file Rabbit_Population_Manager.h.
Referenced by Rabbit_Population_Manager::AssignStaticVariables(), Rabbit_Population_Manager::CreateObjects(), Rabbit_Population_Manager::DoFirst(), Rabbit_Population_Manager::Rabbit_Population_Manager(), Rabbit_Juvenile::st_BecomeAdult(), Rabbit_Young::st_BecomeJuvenile(), and Rabbit_Female::st_GiveBirth().
int struct_Rabbit::m_weightage |
The rabbit age in terms of weight.
Definition at line 76 of file Rabbit_Population_Manager.h.
Referenced by Rabbit_Population_Manager::CreateObjects(), Rabbit_Population_Manager::DoFirst(), Rabbit_Population_Manager::Rabbit_Population_Manager(), Rabbit_Juvenile::st_BecomeAdult(), and Rabbit_Young::st_BecomeJuvenile().
int struct_Rabbit::m_x |
x-coord
Definition at line 62 of file Rabbit_Population_Manager.h.
Referenced by Rabbit_Population_Manager::CreateObjects(), Rabbit_Population_Manager::DoFirst(), Rabbit_Population_Manager::LoadWarrenLocations(), Rabbit_Population_Manager::PreProcessWarrenLocations(), Rabbit_Population_Manager::Rabbit_Population_Manager(), Rabbit_Juvenile::st_BecomeAdult(), Rabbit_Young::st_BecomeJuvenile(), and Rabbit_Female::st_GiveBirth().
int struct_Rabbit::m_x2 |
x-coord of birth
Definition at line 66 of file Rabbit_Population_Manager.h.
Referenced by Rabbit_Population_Manager::CreateObjects(), Rabbit_Population_Manager::DoFirst(), Rabbit_Population_Manager::Rabbit_Population_Manager(), Rabbit_Juvenile::st_BecomeAdult(), Rabbit_Young::st_BecomeJuvenile(), and Rabbit_Female::st_GiveBirth().
int struct_Rabbit::m_y |
y-coord
Definition at line 64 of file Rabbit_Population_Manager.h.
Referenced by Rabbit_Population_Manager::CreateObjects(), Rabbit_Population_Manager::DoFirst(), Rabbit_Population_Manager::LoadWarrenLocations(), Rabbit_Population_Manager::PreProcessWarrenLocations(), Rabbit_Population_Manager::Rabbit_Population_Manager(), Rabbit_Juvenile::st_BecomeAdult(), Rabbit_Young::st_BecomeJuvenile(), and Rabbit_Female::st_GiveBirth().
int struct_Rabbit::m_y2 |
y-coord of birth
Definition at line 68 of file Rabbit_Population_Manager.h.
Referenced by Rabbit_Population_Manager::CreateObjects(), Rabbit_Population_Manager::DoFirst(), Rabbit_Population_Manager::Rabbit_Population_Manager(), Rabbit_Juvenile::st_BecomeAdult(), Rabbit_Young::st_BecomeJuvenile(), and Rabbit_Female::st_GiveBirth().