| 
    iLand
    
   | 
 
#include "global.h"#include "standloader.h"#include "grid.h"#include "model.h"#include "resourceunit.h"#include "speciesset.h"#include "species.h"#include "helper.h"#include "random.h"#include "expression.h"#include "expressionwrapper.h"#include "environment.h"#include "csvfile.h"#include "mapgrid.h"#include "snapshot.h"#include "grasscover.h"Classes | |
| struct | SInitPixel | 
Functions | |
| bool | sortPairLessThan (const QPair< int, double > &s1, const QPair< int, double > &s2) | 
| bool | sortInitPixelLessThan (const SInitPixel &s1, const SInitPixel &s2) | 
| bool | sortInitPixelUnlocked (const SInitPixel &s1, const SInitPixel &s2) | 
| bool | LIFValueHigher (const float *a, const float *b) | 
Variables | |
| int | evenlist [25] | 
| int | unevenlist [25] | 
| bool LIFValueHigher | ( | const float * | a, | 
| const float * | b | ||
| ) | 
| bool sortInitPixelLessThan | ( | const SInitPixel & | s1, | 
| const SInitPixel & | s2 | ||
| ) | 
| bool sortInitPixelUnlocked | ( | const SInitPixel & | s1, | 
| const SInitPixel & | s2 | ||
| ) | 
| bool sortPairLessThan | ( | const QPair< int, double > & | s1, | 
| const QPair< int, double > & | s2 | ||
| ) | 
| int evenlist[25] | 
| int unevenlist[25] |