|
ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
Struct to pass adult partridge information. More...
#include <Partridge_All.h>
Public Attributes | |
| bool | sex |
| int | age |
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 adult partridge information.
Definition at line 386 of file Partridge_All.h.
| int AdultPartridge_struct::age |
Definition at line 389 of file Partridge_All.h.
Referenced by Partridge_Base::CopyMyself(), and Partridge_Population_Manager::CreateCloneObjects().
| bool AdultPartridge_struct::sex |
Definition at line 388 of file Partridge_All.h.
Referenced by Partridge_Base::CopyMyself(), and Partridge_Population_Manager::CreateCloneObjects().