|
Goose Management Model ODdox
1.02
|
Used for creation of a new Goose object. More...
#include <Goose_Population_Manager.h>
Public Attributes | |
| bool | m_family |
| is part of a family More... | |
| Goose_Population_Manager * | m_GPM |
| Goose_Population_Manager pointer. More... | |
| int | m_grpsize |
| Size of family unit if any. More... | |
| Landscape * | m_L |
| Landscape pointer. More... | |
| APoint | m_roost |
| Roost location. More... | |
| bool | m_sex |
| the sex More... | |
| int | m_species |
| species ID More... | |
| double | m_weight |
| The weight. More... | |
| int | m_x |
| x-coord More... | |
| int | m_y |
| y-coord More... | |
Used for creation of a new Goose object.
Definition at line 53 of file Goose_Population_Manager.h.
| bool struct_Goose::m_family |
is part of a family
Definition at line 63 of file Goose_Population_Manager.h.
Referenced by Goose_Population_Manager::DoImmigration().
| Goose_Population_Manager* struct_Goose::m_GPM |
Goose_Population_Manager pointer.
Definition at line 92 of file Goose_Population_Manager.h.
Referenced by Goose_Population_Manager::CreateObjects(), and Goose_Population_Manager::DoImmigration().
| int struct_Goose::m_grpsize |
Size of family unit if any.
Definition at line 67 of file Goose_Population_Manager.h.
Referenced by Goose_Population_Manager::CreateObjects(), and Goose_Population_Manager::DoImmigration().
| Landscape* struct_Goose::m_L |
Landscape pointer.
Definition at line 88 of file Goose_Population_Manager.h.
Referenced by Goose_Population_Manager::CreateObjects(), and Goose_Population_Manager::DoImmigration().
| APoint struct_Goose::m_roost |
Roost location.
Definition at line 96 of file Goose_Population_Manager.h.
Referenced by Goose_Population_Manager::CreateObjects(), and Goose_Population_Manager::DoImmigration().
| bool struct_Goose::m_sex |
the sex
Definition at line 59 of file Goose_Population_Manager.h.
Referenced by Goose_Population_Manager::CreateObjects(), and Goose_Population_Manager::DoImmigration().
| int struct_Goose::m_species |
species ID
Definition at line 79 of file Goose_Population_Manager.h.
| double struct_Goose::m_weight |
The weight.
Definition at line 84 of file Goose_Population_Manager.h.
Referenced by Goose_Population_Manager::CreateObjects(), and Goose_Population_Manager::DoImmigration().
| int struct_Goose::m_x |
x-coord
Definition at line 71 of file Goose_Population_Manager.h.
Referenced by Goose_Population_Manager::DoImmigration().
| int struct_Goose::m_y |
y-coord
Definition at line 75 of file Goose_Population_Manager.h.
Referenced by Goose_Population_Manager::DoImmigration().