ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
Struct to pass chick information. More...
#include <Partridge_All.h>
Public Attributes | |
Partridge_Female * | Mum |
bool | sex |
Public Attributes inherited from Partridge_struct | |
int | x |
int | y |
int | bx |
int | by |
Landscape * | L |
Partridge_Covey * | m_covey |
int | family_counter |
Additional Inherited Members | |
Public Member Functions inherited from Partridge_struct | |
virtual | ~Partridge_struct () |
Struct to pass chick information.
Definition at line 374 of file Partridge_All.h.
Partridge_Female* Chick_struct::Mum |
Definition at line 376 of file Partridge_All.h.
Referenced by Partridge_Chick::ChMaturing(), Partridge_Clutch::ClDeveloping(), and Partridge_Population_Manager::CreateObjects().
bool Chick_struct::sex |
Definition at line 377 of file Partridge_All.h.
Referenced by Partridge_Chick::ChMaturing(), and Partridge_Population_Manager::CreateObjects().