GCBM
moja.modules.cbm
include
moja
modules
cbm
foresttypeconfiguration.h
Go to the documentation of this file.
1
#ifndef MOJA_MODULES_CBM_FORESTTYPECONFIGURATION_H_
2
#define MOJA_MODULES_CBM_FORESTTYPECONFIGURATION_H_
3
4
#include "moja/flint/ipool.h"
5
#include "moja/flint/ivariable.h"
6
#include "
moja/modules/cbm/rootbiomassequation.h
"
7
8
namespace
cbm
=
moja::modules::cbm
;
9
namespace
flint
=
moja::flint
;
10
11
struct
CBM_API
ForestTypeConfiguration
{
12
std::string
forestType
;
13
std::shared_ptr<cbm::RootBiomassEquation>
rootBiomassEquation
;
14
};
15
16
#endif
ForestTypeConfiguration
Definition:
foresttypeconfiguration.h:11
moja::modules::cbm
Definition:
ageclasshelper.cpp:12
ForestTypeConfiguration::forestType
std::string forestType
Definition:
foresttypeconfiguration.h:12
moja::flint
Definition:
cbmaggregatorcsvwriter.h:19
ForestTypeConfiguration::rootBiomassEquation
std::shared_ptr< cbm::RootBiomassEquation > rootBiomassEquation
Definition:
foresttypeconfiguration.h:13
rootbiomassequation.h
Generated by
1.8.17