14#ifndef LDNDC_INPUT_EVENT_THIN_H_
15#define LDNDC_INPUT_EVENT_THIN_H_
17#include "event/events/eventbase.h"
19#ifdef __this_event_name
20# undef __this_event_name
22#define __this_event_name thin
38struct CBM_API __event_attrib_class_name(__this_event_name) : event_attribute_t
40 __event_attrib_class_name(__this_event_name)();
41 ~__event_attrib_class_name(__this_event_name)();
52 double reduction_number;
57 double reduction_volume;
67 bool export_core_wood;
72 double export_foliage;
77 double export_stem_wood;
83 double export_branch_wood;
89 double export_root_wood;
91class CBM_API __event_class_name(__this_event_name) :
public Event
94 EVENT_COMMON_DECL(__this_event_name)
97 char const * species_name()
const
98 {
return this->attribs_->name.c_str(); }
100 double reduction_number()
const
101 {
return this->attribs_->reduction_number; }
102 double reduction_volume()
const
103 {
return this->attribs_->reduction_volume; }
105 bool export_sap_wood()
const
106 {
return this->attribs_->export_sap_wood; }
107 bool export_core_wood()
const
108 {
return this->attribs_->export_core_wood; }
110 double export_foliage()
const
111 {
return this->attribs_->export_foliage; }
112 double export_stem_wood()
const
113 {
return this->attribs_->export_stem_wood; }
114 double export_branch_wood()
const
115 {
return this->attribs_->export_branch_wood; }
116 double export_root_wood()
const
117 {
return this->attribs_->export_root_wood; }
Spatially explicit groundwater model.
Definition airchemistryput.h:15