ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
#include <vector>
#include <algorithm>
#include <cstdio>
#include <fstream>
#include "tov_declaration.h"
#include "tole_declaration.h"
Go to the source code of this file.
Classes | |
class | CropGrowth |
class | PlantGrowthData |
class | PollenNectarDevelopmentCurve |
A standard class to contain a pollen or nectar curve based on indexed rates. More... | |
class | PollenNectarDevelopmentCurveSet |
class | PollenNectarQuality |
class | PollenNectarDevelopmentData |
A standard class to manage a range of pollen and nectar development curves based on indexed rates. More... | |
Enumerations | |
enum | Growth_Phases { janfirst = 0, sow, marchfirst, harvest1, harvest2, vegphase_foobar } |
Growth phase indicator. More... | |
Variables | |
const unsigned int | MaxNoInflections = 15 |
class PlantGrowthData * | g_crops |
enum Growth_Phases |
class PlantGrowthData* g_crops |
Definition at line 41 of file plants.cpp.
Referenced by BeetleBank::BeetleBank(), VegElement::DoDevelopment(), UnsprayedFieldMargin::DoDevelopment(), FieldBoundary::FieldBoundary(), VegElement::ForceGrowthInitialize(), VegElement::ForceGrowthSpringTest(), CropRotation::GetFirstCrop(), Heath::Heath(), HedgeBank::HedgeBank(), Hedges::Hedges(), Landscape::Landscape(), Marsh::Marsh(), MownGrass::MownGrass(), NaturalGrassDry::NaturalGrassDry(), NaturalGrassWet::NaturalGrassWet(), Orchard::Orchard(), OrchardBand::OrchardBand(), PermanentSetaside::PermanentSetaside(), RoadsideVerge::RoadsideVerge(), VegElement::SetGrowthPhase(), VegElement::SetVegType(), UnsprayedFieldMargin::UnsprayedFieldMargin(), VegElement::VegElement(), Wasteland::Wasteland(), WaterBufferZone::WaterBufferZone(), YoungForest::YoungForest(), and Landscape::~Landscape().
const unsigned int MaxNoInflections = 15 |
Definition at line 41 of file plants.h.
Referenced by PlantGrowthData::FindDiff(), and PlantGrowthData::PlantGrowthData().