GCBM
cbmageindicators.h
Go to the documentation of this file.
1 #ifndef MOJA_MODULES_CBM_AGE_INDICATORS_H_
2 #define MOJA_MODULES_CBM_AGE_INDICATORS_H_
3 
4 #include "moja/modules/cbm/_modules.cbm_exports.h"
7 
8 namespace moja {
9 namespace modules {
10 namespace cbm {
11 
12  /*
13  Compute and update forest landunit age class information
14  */
15  class CBM_API CBMAgeIndicators : public CBMModuleBase {
16  public:
18  virtual ~CBMAgeIndicators() {};
19 
20  void configure(const DynamicObject& config) override;
21  void subscribe(NotificationCenter& notificationCenter) override;
22 
23  void doLocalDomainInit() override;
24  void doTimingStep() override;
25 
26  private:
28  };
29 }}}
30 #endif
moja::modules::cbm::CBMAgeIndicators::CBMAgeIndicators
CBMAgeIndicators()
Definition: cbmageindicators.h:17
moja::modules::cbm::CBMAgeIndicators
Definition: cbmageindicators.h:15
moja::modules::cbm
Definition: ageclasshelper.cpp:12
moja::modules::cbm::CBMAgeIndicators::~CBMAgeIndicators
virtual ~CBMAgeIndicators()
Definition: cbmageindicators.h:18
moja::modules::cbm::CBMModuleBase
Definition: cbmmodulebase.h:22
moja::modules::cbm::CBMAgeIndicators::_ageClassHelper
AgeClassHelper _ageClassHelper
Definition: cbmageindicators.h:27
moja::modules::cbm::AgeClassHelper
Definition: ageclasshelper.h:11
ageclasshelper.h
moja
Definition: ageclasshelper.cpp:10
cbmmodulebase.h