 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file. 1 #ifndef _CONTAINER_PARAMETERS_H_
2 #define _CONTAINER_PARAMETERS_H_
8 template <
class doublematrix>
class Matrix;
9 template <
class doubletype>
class Vector;
10 #include "../../shared/shared.h"
12 #define NUMPARAMS ParametersENDEnum - ParametersSTARTEnum -1
35 void Delete(
int enum_type);
36 bool Exist(
int enum_type);
37 void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction);
39 void FindParam(
bool* pinteger,
int enum_type);
40 void FindParam(
int* pinteger,
int enum_type);
44 void FindParam(
char** pstring,
int enum_type);
45 void FindParam(
char*** pstringarray,
int* pM,
int enum_type);
46 void FindParam(
int** pintarray,
int* pM,
int enum_type);
47 void FindParam(
int** pintarray,
int* pM,
int* PN,
int enum_type);
50 void FindParam(
IssmDouble*** parray,
int* pM,
int** pmdims_array,
int** pndims_array,
int enum_type);
53 void FindParam(FILE** pfid,
int enum_type);
60 void SetParam(
bool boolean,
int enum_type);
61 void SetParam(
int integer,
int enum_type);
63 void SetParam(
char*
string,
int enum_type);
64 void SetParam(
char** stringarray,
int M,
int enum_type);
67 void SetParam(
int* intarray,
int M,
int enum_type);
68 void SetParam(
int* intarray,
int M,
int N,
int enum_type);
71 void SetParam(FILE* fid,
int enum_type);
82 #endif //ifndef _PARAMETERS_H_
bool Exist(int enum_type)
Declaration of Parameters class.
void ToolkitsOptionsFromAnalysis(Parameters *parameters, int analysis_type)
void AddObject(Param *newparam)
void SetParam(bool boolean, int enum_type)
int EnumToIndex(int enum_in)
void FindParamInDataset(IssmDouble **pIssmDoublearray, int *pM, int *pN, int dataset_type, int enum_type)
void FindParamAndMakePassive(IssmPDouble *pscalar, int enum_type)
Param * params[NUMPARAMS]
void Delete(int enum_type)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
char * OptionsFromAnalysis(char **ptoolkit, Parameters *parameters, int analysis_type)
void FindParam(bool *pinteger, int enum_type)
Param * FindParamObject(int enum_type)
Declaration of DataSet class.