◆ SeapodymCohortFake() [1/4]
SeapodymCohortFake::SeapodymCohortFake |
( |
int | milliseconds_step, |
|
|
std::size_t | data_size, |
|
|
int | id ) |
|
inline |
Constructor.
- Parameters
-
milliseconds_step | execution time for a single step |
id | unique identifier of this cohort |
◆ SeapodymCohortFake() [2/4]
SeapodymCohortFake::SeapodymCohortFake |
( |
const std::string & | parFile, |
|
|
int | id ) |
Constructor.
- Parameters
-
parFile | XML input file |
id | unique identifier of this cohort (e.g. based on the date yyyymmdd of birth) |
◆ SeapodymCohortFake() [3/4]
SeapodymCohortFake::SeapodymCohortFake |
( |
const std::string & | restartFile | ) |
|
◆ SeapodymCohortFake() [4/4]
SeapodymCohortFake::SeapodymCohortFake |
( |
const std::vector< double > & | data, |
|
|
int | id ) |
Constructor from other cohorts' spawning data
- Parameters
-
data | serialized data |
id | unique identifier of this cohort |
◆ getArrayFromState()
std::vector< double > SeapodymCohortFake::getArrayFromState |
( |
| ) |
const |
|
virtual |
◆ save()
void SeapodymCohortFake::save |
( |
const std::string & | restartFile | ) |
const |
|
virtual |
◆ setStateFromArray()
void SeapodymCohortFake::setStateFromArray |
( |
const std::vector< double > & | array | ) |
|
|
virtual |
◆ stepForward()
void SeapodymCohortFake::stepForward |
( |
const dvar_vector & | paramVector | ) |
|
|
virtual |
The documentation for this class was generated from the following files: