11#ifndef LDNDC_INPUT_EVENT_REGROW_H_
12#define LDNDC_INPUT_EVENT_REGROW_H_
14#include "event/events/eventbase.h"
16#ifdef __this_event_name
17# undef __this_event_name
19#define __this_event_name regrow
21namespace ldndc{
namespace event{
22struct CBM_API __event_attrib_class_name(__this_event_name) : event_attribute_t
24 __event_attrib_class_name(__this_event_name)();
25 ~__event_attrib_class_name(__this_event_name)();
39 double tree_number_resize_factor;
42 double export_aboveground_biomass;
45class CBM_API __event_class_name(__this_event_name) :
public Event
48 EVENT_COMMON_DECL(__this_event_name)
51 char const * species_name()
const
52 {
return this->attribs_->name.c_str(); }
53 double tree_number()
const
54 {
return this->attribs_->tree_number; }
55 double tree_number_resize_factor()
const
56 {
return this->attribs_->tree_number_resize_factor; }
57 double height_max()
const
58 {
return this->attribs_->height_max; }
59 double export_aboveground_biomass()
const
60 {
return this->attribs_->export_aboveground_biomass; }
Spatially explicit groundwater model.
Definition airchemistryput.h:15