An expression engine for mathematical expressions provided as strings.
Definition: expression.h:29
The Output class abstracts output data (database, textbased, ...).
Definition: output.h:55
A tree is the basic simulation entity of iLand and represents a single tree.
Definition: tree.h:44
virtual void exec()
main function that executes the output
Definition: treeout.cpp:68
TreeOut()
Definition: treeout.cpp:28
virtual void setup()
setup() is called during project setup and can be ovveridden for specific setup
Definition: treeout.cpp:59
virtual void exec()
main function that executes the output
Definition: treeout.cpp:155
void execRemovedTree(const Tree *t, int reason)
Definition: treeout.cpp:133
virtual void setup()
setup() is called during project setup and can be ovveridden for specific setup
Definition: treeout.cpp:161
TreeRemovedOut()
Definition: treeout.cpp:93