iLand
Functions | Variables
main.cpp File Reference
#include <QApplication>
#include "mainwindow.h"
#include "../3rdparty/MersenneTwister.h"
#include "globalsettings.h"
#include "debugtimer.h"

Functions

MTRandmtRand ()
 
bool logLevelDebug ()
 
bool logLevelInfo ()
 
bool logLevelWarning ()
 
void setLogLevel (int loglevel)
 
int main (int argc, char *argv[])
 

Variables

MTRand _mtrand
 
int _loglevel =0
 

Function Documentation

◆ logLevelDebug()

bool logLevelDebug ( )

◆ logLevelInfo()

bool logLevelInfo ( )

◆ logLevelWarning()

bool logLevelWarning ( )

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ mtRand()

MTRand & mtRand ( )

◆ setLogLevel()

void setLogLevel ( int  loglevel)

Variable Documentation

◆ _loglevel

int _loglevel =0

◆ _mtrand

MTRand _mtrand