![]() |
FIMS
v0.8.1
|
The Rcpp interface to declare different types of models. Allows for the use of methods::new() in R. More...
#include <set>#include "../../../common/def.hpp"#include "../../../models/fisheries_models.hpp"#include "../../../utilities/fims_json.hpp"#include "rcpp_interface_base.hpp"#include "rcpp_population.hpp"#include "rcpp_fleet.hpp"#include "rcpp_maturity.hpp"#include "rcpp_recruitment.hpp"#include "rcpp_selectivity.hpp"#include <valarray>#include <cmath>#include <mutex>Go to the source code of this file.
Classes | |
| class | FisheryModelInterfaceBase |
| The FisheryModelInterfaceBase class is the base class for all fishery models in the FIMS Rcpp interface. It inherits from the FIMSRcppInterfaceBase. More... | |
| class | CatchAtAgeInterface |
| The CatchAtAgeInterface class is used to interface with the CatchAtAge model. It inherits from the FisheryModelInterfaceBase class. More... | |
The Rcpp interface to declare different types of models. Allows for the use of methods::new() in R.