![]() |
FIMS
v0.8.1
|
Structure to hold dimension information for derived quantities. More...
#include <fishery_model_base.hpp>
Public Member Functions | |
| DimensionInfo () | |
| Default constructor for dimension information. | |
| DimensionInfo (const std::string &name, const fims::Vector< int > &dims, const fims::Vector< std::string > &dim_names) | |
| Constructor with parameters. | |
| DimensionInfo (const DimensionInfo &other) | |
| DimensionInfo & | operator= (const DimensionInfo &other) |
| Assignment operator for DimensionInfo. | |
Public Attributes | |
| std::string | name |
| int | ndims |
| fims::Vector< int > | dims |
| fims::Vector< std::string > | dim_names |
| fims::Vector< double > | se_values_m |
Structure to hold dimension information for derived quantities.
|
inline |
Constructor with parameters.
| name | The name of the derived quantity. |
| dims | A vector of integers representing the dimensions. |
| dim_names | A vector of strings representing the names of the dimensions. |
|
inline |
Copy constructor
| fims::Vector<std::string> fims_popdy::DimensionInfo::dim_names |
vector of dimension names
| fims::Vector<int> fims_popdy::DimensionInfo::dims |
vector of dimensions
| std::string fims_popdy::DimensionInfo::name |
name of the derived quantity
| int fims_popdy::DimensionInfo::ndims |
number of dimensions
| fims::Vector<double> fims_popdy::DimensionInfo::se_values_m |
final values of the report vector