|
| | DataObject (size_t imax) |
| |
| | DataObject (size_t imax, size_t jmax) |
| |
| | DataObject (size_t imax, size_t jmax, size_t kmax) |
| |
| | DataObject (size_t imax, size_t jmax, size_t kmax, size_t lmax) |
| |
| Type | operator() (size_t i) |
| |
| Type & | at (size_t i) |
| |
| const Type | operator() (size_t i, size_t j) |
| |
| Type & | at (size_t i, size_t j) |
| |
| const Type | operator() (size_t i, size_t j, size_t k) |
| |
| Type & | at (size_t i, size_t j, size_t k) |
| |
| const Type | operator() (size_t i, size_t j, size_t k, size_t l) |
| |
| Type & | at (size_t i, size_t j, size_t k, size_t l) |
| |
| size_t | get_dimensions () const |
| | Get the dimensions object.
|
| |
| size_t | get_imax () const |
| | Get the imax object.
|
| |
| size_t | get_jmax () const |
| | Get the jmax object.
|
| |
| size_t | get_kmax () const |
| | Get the kmax object.
|
| |
| size_t | get_lmax () const |
| | Get the lmax object.
|
| |
|
uint32_t | GetId () const |
| | Getter that returns the unique id for parameters in the model.
|
| |
| bool | CheckDimensions (size_t actual, size_t expected) |
| | Check the dimensions of an object.
|
| |
| virtual void | create_report_vectors (std::map< std::string, fims::Vector< fims::Vector< Type > > > &report_vectors) |
| | Create a map of report vectors for the object. used to populate the report_vectors map in FisheryModelBase.
|
| |
| virtual void | get_report_vector_count (std::map< std::string, size_t > &report_vector_count) |
| | Get the report vector count object. used to get the length of each report vector for populating the UncertaintyReportInfo struct in FisheryModelBase.
|
| |
template<
typename Type>
struct fims_data_object::DataObject< Type >
Container to hold user supplied data.