ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
Struct to basic partridge information. More...
#include <Partridge_All.h>
Public Member Functions | |
virtual | ~Partridge_struct () |
Public Attributes | |
int | x |
int | y |
int | bx |
int | by |
Landscape * | L |
Partridge_Covey * | m_covey |
int | family_counter |
Struct to basic partridge information.
Definition at line 342 of file Partridge_All.h.
|
inlinevirtual |
Definition at line 352 of file Partridge_All.h.
int Partridge_struct::bx |
Definition at line 346 of file Partridge_All.h.
Referenced by Partridge_Chick::ChMaturing(), Partridge_Chick2::ChMaturing(), Partridge_Clutch::ClDeveloping(), Partridge_Base::CopyMyself(), Partridge_Population_Manager::CreateCloneObjects(), Partridge_Population_Manager::CreateObjects(), and Partridge_Female::FMakingNest().
int Partridge_struct::by |
Definition at line 347 of file Partridge_All.h.
Referenced by Partridge_Chick::ChMaturing(), Partridge_Chick2::ChMaturing(), Partridge_Clutch::ClDeveloping(), Partridge_Base::CopyMyself(), Partridge_Population_Manager::CreateCloneObjects(), Partridge_Population_Manager::CreateObjects(), and Partridge_Female::FMakingNest().
int Partridge_struct::family_counter |
Definition at line 350 of file Partridge_All.h.
Referenced by Partridge_Chick::ChMaturing(), Partridge_Chick2::ChMaturing(), Partridge_Clutch::ClDeveloping(), Partridge_Base::CopyMyself(), Partridge_Population_Manager::CreateCloneObjects(), Partridge_Population_Manager::CreateObjects(), and Partridge_Female::FMakingNest().
Landscape* Partridge_struct::L |
Definition at line 348 of file Partridge_All.h.
Referenced by Partridge_Base::CopyMyself().
Partridge_Covey* Partridge_struct::m_covey |
Definition at line 349 of file Partridge_All.h.
Referenced by Partridge_Chick::ChMaturing(), Partridge_Chick2::ChMaturing(), Partridge_Clutch::ClDeveloping(), Partridge_Population_Manager::CreateObjects(), and Partridge_Female::FMakingNest().
int Partridge_struct::x |
Definition at line 344 of file Partridge_All.h.
Referenced by Partridge_Chick::ChMaturing(), Partridge_Chick2::ChMaturing(), Partridge_Clutch::ClDeveloping(), Partridge_Base::CopyMyself(), Partridge_Population_Manager::CreateCloneObjects(), Partridge_Population_Manager::CreateObjects(), and Partridge_Female::FMakingNest().
int Partridge_struct::y |
Definition at line 345 of file Partridge_All.h.
Referenced by Partridge_Chick::ChMaturing(), Partridge_Chick2::ChMaturing(), Partridge_Clutch::ClDeveloping(), Partridge_Base::CopyMyself(), Partridge_Population_Manager::CreateCloneObjects(), Partridge_Population_Manager::CreateObjects(), and Partridge_Female::FMakingNest().