|
ALMaSS Bembidion ODdox
1.1
The bembidion model description following ODdox protocol
|
Go to the source code of this file.
Classes | |
| class | param_Point |
| class | param_List15 |
| class | struct_Bembidion |
| A data class for Bembidion data. More... | |
| class | CompareEggX |
| Function class to compare to Eggs X. More... | |
| class | Bembidion_Base |
| The class describing the base class for beetle objects objects. More... | |
| class | Bembidion_Egg_List |
| The class describing the beetle Egg_List objects. More... | |
| class | Bembidion_Larvae |
| The class describing the beetle larvae objects. More... | |
| class | Bembidion_Pupae |
| The class describing the beetle pupae objects. More... | |
| class | Bembidion_Adult |
| The class describing the adult (female) beetle objects. More... | |
| class | Bembidion_Population_Manager |
| The population manager class for beetles. More... | |
Typedefs | |
| typedef vector< APoint > | TListOfEggs |
Enumerations | |
| enum | TTypesOfBeetleState { tobs_Initiation =0, tobs_EDeveloping, tobs_Hatching, tobs_EDying, tobs_LDeveloping, tobs_Pupating, tobs_LDying, tobs_PDeveloping, tobs_Emerging, tobs_PDying, tobs_Foraging, tobs_Aggregating, tobs_Hibernating, tobs_Dispersing, tobs_ADying, tobs_Destroy } |
| enum | BeetleObjects { bob_Egg = 0, bob_Larva, bob_Pupa, bob_Adult } |
Variables | |
| const char * | SimulationName |
| typedef vector<APoint> TListOfEggs |
Definition at line 70 of file bembidion_all.h.
| enum BeetleObjects |
| Enumerator | |
|---|---|
| bob_Egg | |
| bob_Larva | |
| bob_Pupa | |
| bob_Adult | |
Definition at line 60 of file bembidion_all.h.
| enum TTypesOfBeetleState |
Definition at line 33 of file bembidion_all.h.
| const char* SimulationName |
Definition at line 93 of file Bembidion_all.cpp.