File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/ams.js
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
b
c
d
f
g
h
l
m
n
p
r
s
v
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
w
x
Typedefs
a
c
d
e
f
g
h
l
n
p
s
t
u
v
Enumerations
a
b
c
d
f
g
h
i
l
m
n
o
p
s
t
u
v
w
y
Enumerator
a
b
c
d
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Macros
_
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
y
▼
ALMaSS
►
ALMaSS Landscape and Associated Classes MIDox Documentation
Bembidion MIDox
►
Ladybird MIDox
►
Poecilus MIDox
►
Osmia MIDox
Erigone MIDox
Oedothorax MIDox
►
Aphid MIDox
Vole MIDox
Hare MIDox
Skylark MIDox
►
Classes
▼
Files
►
File List
►
File Members
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
ls.h
Go to the documentation of this file.
1
/*
2
*******************************************************************************************************
3
Copyright (c) 2011, Christopher John Topping, Aarhus University
4
All rights reserved.
5
6
Redistribution and use in source and binary forms, with or without modification, are permitted provided
7
that the following conditions are met:
8
9
Redistributions of source code must retain the above copyright notice, this list of conditions and the
10
following disclaimer.
11
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
12
the following disclaimer in the documentation and/or other materials provided with the distribution.
13
14
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
15
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
17
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
18
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
19
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
21
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22
********************************************************************************************************
23
*/
24
//
25
// ls.h
26
//
27
28
29
#ifndef LS_H
30
#define LS_H
31
32
#include <array>
33
#include <string.h>
34
#include <stdio.h>
35
#include <stdlib.h>
36
#include <math.h>
37
#include <iostream>
38
39
using namespace
std;
40
#include "../BatchALMaSS/ALMaSS_Setup.h"
41
#include "../ALMaSSDefines.h"
42
#include "../Landscape/LandscapeFarmingEnums.h"
43
#include "../Landscape/Configurator.h"
44
#include "../BatchALMaSS/ALMaSS_Random.h"
45
#include "../RodenticideModelling/Rodenticide.h"
46
#include "../Landscape/MapErrorMsg.h"
47
#include "../Landscape/Rastermap.h"
48
#include "../Landscape/Treatment.h"
49
#include "../Landscape/PollenNectar.h"
50
#include "../Landscape/Plants.h"
51
#include "../Landscape/Elements.h"
52
#include "../Landscape/Croprotation.h"
53
#include "../Landscape/Lowqueue.h"
54
#include "../Landscape/Treatment.h"
55
#include "../Landscape/Farm.h"
56
#include "../Landscape/Calendar.h"
57
#include "../Landscape/Weather.h"
58
#include "../BatchALMaSS/CurveClasses.h"
59
#include "../Landscape/Landscape.h"
60
#include "../Landscape/Pesticide.h"
61
#include "../Landscape/PesticideToxicity.h"
62
#include "../Landscape/Misc.h"
63
#include "../BatchALMaSS/PopulationManager.h"
64
#include "../People/Farmers/Farmer.h"
65
#endif
Landscape
ls.h
Generated on Wed May 1 2024 09:37:18 for ALMaSS by
1.8.16