Subversion Repositories public iLand

Rev

Rev 188 | Rev 208 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 188 Rev 193
Line 1... Line 1...
1
Redirecting to URL 'https://iland.boku.ac.at/svn/iland/tags/release_1.0/src/core/resourceunitspecies.h':
1
Redirecting to URL 'https://iland.boku.ac.at/svn/iland/tags/release_1.0/src/core/resourceunitspecies.h':
2
#ifndef RESOURCEUNITSPECIES_H
2
#ifndef RESOURCEUNITSPECIES_H
3
#define RESOURCEUNITSPECIES_H
3
#define RESOURCEUNITSPECIES_H
4
#include "production3pg.h"
4
#include "production3pg.h"
5
#include "standstatistics.h"
5
#include "standstatistics.h"
-
 
6
#include "speciesresponse.h"
6
7
7
class Species;
8
class Species;
8
class ResourceUnit;
9
class ResourceUnit;
9
10
10
class ResourceUnitSpecies
11
class ResourceUnitSpecies
Line 22... Line 23...
22
23
23
private:
24
private:
24
    StandStatistics mStatistics;
25
    StandStatistics mStatistics;
25
    Production3PG m3PG;
26
    Production3PG m3PG;
26
    Species *mSpecies;
27
    Species *mSpecies;
-
 
28
    SpeciesResponse mResponse;
27
    ResourceUnit *mRU;
29
    ResourceUnit *mRU;
28
};
30
};
29
31
30
#endif // RESSOURCEUNITSPECIES_H
32
#endif // RESSOURCEUNITSPECIES_H