|
Goose Management Model ODdox
1.02
|
#include <Goose_Base.h>
Public Attributes | |
| bool | m_instubble |
| Flag to indicate if the intake source was in stubble. More... | |
| bool | m_iscereal |
| Flag for whether the intake source is a cereal. More... | |
| TTypeOfMaxIntakeSource | m_maxintakesource |
| The intake source which gave the maximum intake. More... | |
| TTypesOfVegetation | m_prevsowncrop |
| The previous sown crop on the forage location. More... | |
| TTypesOfVegetation | m_veg |
| The vegetation type. More... | |
A class to hold data required to classify the habitat usage of geese
Definition at line 113 of file Goose_Base.h.
| bool TMaxIntakeSource::m_instubble |
Flag to indicate if the intake source was in stubble.
Definition at line 123 of file Goose_Base.h.
Referenced by Goose_Population_Manager::DoLast(), and Goose_Base::GetMaxForageRate().
| bool TMaxIntakeSource::m_iscereal |
Flag for whether the intake source is a cereal.
Definition at line 119 of file Goose_Base.h.
Referenced by Goose_Population_Manager::DoLast(), and Goose_Base::GetMaxForageRate().
| TTypeOfMaxIntakeSource TMaxIntakeSource::m_maxintakesource |
The intake source which gave the maximum intake.
Definition at line 117 of file Goose_Base.h.
Referenced by Goose_Population_Manager::DoLast(), Goose_Base::GetMaxForageRate(), and Goose_Base::st_Forage().
| TTypesOfVegetation TMaxIntakeSource::m_prevsowncrop |
The previous sown crop on the forage location.
Definition at line 125 of file Goose_Base.h.
Referenced by Goose_Population_Manager::DoLast(), and Goose_Base::GetMaxForageRate().
| TTypesOfVegetation TMaxIntakeSource::m_veg |
The vegetation type.
Definition at line 121 of file Goose_Base.h.
Referenced by Goose_Population_Manager::DoLast(), and Goose_Base::GetMaxForageRate().