![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
#include <cstdio>
#include <iostream>
#include <fstream>
#include <math.h>
#include <stdlib.h>
#include "Configurator.h"
#include "MapErrorMsg.h"
#include "ls.h"
Macros | |
#define | _CRT_SECURE_NO_DEPRECATE |
Functions | |
PlantGrowthData * | CreatePlantGrowthData () |
Variables | |
class PlantGrowthData * | g_crops |
class PollenNectarDevelopmentData * | g_nectarpollen |
static CfgStr | l_map_cropcurves_file ("MAP_CROPCURVES_FILE", CFG_CUSTOM, "curves.pre") |
#define _CRT_SECURE_NO_DEPRECATE |
PlantGrowthData* CreatePlantGrowthData | ( | ) |
class PlantGrowthData * g_crops |
Referenced by CloseDownSim(), CreatePlantGrowthData(), VegElement::DoDevelopment(), FieldBoundary::FieldBoundary(), FlowerStrip::FlowerStrip(), VegElement::ForceGrowthInitialiseForFirstYearCrop(), VegElement::ForceGrowthInitialize(), VegElement::ForceGrowthSpringTest(), CropRotation::GetFirstCrop(), main(), VegElement::SetGrowthPhase(), FlowerStrip::SetSubType(), FlowerStripWithRotation::SetSubType(), VegElement::SetVegType(), and VegElement::VegElement().
class PollenNectarDevelopmentData* g_nectarpollen |
|
static |
Referenced by PlantGrowthData::PlantGrowthData().