FMT 0.9.8
Forest management tools for forest planning
Loading...
Searching...
No Matches
FMTyieldmodelpools.hpp
Go to the documentation of this file.
1#ifdef FMTWITHONNXR
2#include "FMTyieldmodelnn.hpp"
3
4#ifndef FMTYIELDMODELPOOLS_H_INCLUDED
5#define FMTYIELDMODELPOOLS_H_INCLUDED
6
7namespace Core
8{
9 // DocString: FMTyieldmodelpools
14 {
15 public:
16 // DocString: FMTyieldmodelpools::FMTyieldmodelpools()
20 FMTyieldmodelpools() = default;
21 // DocString: FMTyieldmodelpools::FMTyieldmodelpools(const FMTyieldmodelpools& rhs)
26 // DocString: FMTyieldmodelpools:: operator = (const FMTyieldmodelpools& rhs)
31 // DocString: FMTyieldmodelpools::~FMTyieldmodelpools()
36 // DocString: FMTyieldmodelpools::FMTyieldmodelpools(const boost::property_tree::ptree& jsonProps, std::vector<std::string>& inputYields)
40 FMTyieldmodelpools(const boost::property_tree::ptree & jsonProps,std::vector<std::string>& inputYields);
41 // DocString: FMTyieldmodelpools::Clone()
45 std::unique_ptr<FMTyieldmodel>Clone() const;
46 // DocString: FMTyieldmodelpools::GetInputValues()
50 const std::vector<double> GetInputValues(const Graph::FMTpredictor& predictor) const;
51 // DocString: FMTyieldmodelpools::GetModelType()
55 static std::string GetModelType();
56 };
57}
58
59#endif
60#endif
Definition: FMTyieldmodelnn.hpp:31
Definition: FMTyieldmodelpools.hpp:14
FMTyieldmodelpools(const boost::property_tree::ptree &jsonProps, std::vector< std::string > &inputYields)
static std::string GetModelType()
FMTyieldmodelpools & operator=(const FMTyieldmodelpools &rhs)=default
const std::vector< double > GetInputValues(const Graph::FMTpredictor &predictor) const
std::unique_ptr< FMTyieldmodel > Clone() const
FMTyieldmodelpools(const FMTyieldmodelpools &rhs)=default
Definition: FMTpredictor.hpp:29
Definition: FMTyieldmodel.hpp:26
The Core namespace provides classes for simulating stands/strata growth/harvest through time.
Definition: FMTaction.hpp:31