GCBM
printpools.h
Go to the documentation of this file.
1 #ifndef MOJA_MODULES_CBM_PRINTPOOLS_H_
2 #define MOJA_MODULES_CBM_PRINTPOOLS_H_
3 
4 #include "moja/modules/cbm/_modules.cbm_exports.h"
5 #include "moja/flint/modulebase.h"
6 
7 namespace moja {
8 namespace modules {
9 namespace cbm {
10 
11  class CBM_API PrintPools {
12  public:
14  virtual ~PrintPools() = default;
15 
16 
17  static void printMossPools(std::string message, flint::ILandUnitDataWrapper& landUnitData);
18  static void printPeatlandPools(std::string message, flint::ILandUnitDataWrapper& landUnitData);
19  static void printForestPools(std::string message, double mat, flint::ILandUnitDataWrapper& landUnitData);
20  };
21 }}}
22 #endif
moja::modules::cbm
Definition: ageclasshelper.cpp:12
moja::modules::cbm::PrintPools::PrintPools
PrintPools()
Definition: printpools.h:13
moja::modules::cbm::PrintPools
Definition: printpools.h:11
moja
Definition: ageclasshelper.cpp:10