iLand
C:
dev
iland
src
output
soilinputout.h
Go to the documentation of this file.
1
#ifndef SOILINPUTOUT_H
2
#define SOILINPUTOUT_H
3
#include "
output.h
"
4
5
class
SoilInputOut
:
public
Output
6
{
7
public
:
8
SoilInputOut
();
9
virtual
void
exec
();
10
virtual
void
setup
();
11
12
};
13
14
#endif
// SOILINPUTOUT_H
Output
The Output class abstracts output data (database, textbased, ...).
Definition:
output.h:55
SoilInputOut
Definition:
soilinputout.h:6
SoilInputOut::SoilInputOut
SoilInputOut()
Definition:
soilinputout.cpp:7
SoilInputOut::setup
virtual void setup()
setup() is called during project setup and can be ovveridden for specific setup
Definition:
soilinputout.cpp:44
SoilInputOut::exec
virtual void exec()
main function that executes the output
Definition:
soilinputout.cpp:23
output.h
Generated by
1.9.2