 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
5 #ifndef _MATRIXPARAM_H_
6 #define _MATRIXPARAM_H_
13 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
17 #include "../../shared/shared.h"
38 void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction){
_error_(
"not implemented yet!"); };
59 void SetEnum(
int enum_in){this->enum_type = enum_in;};
void GetParameterValue(char **pstring)
void SetValue(int *pintarray, int M, int N)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void GetParameterValue(IssmDouble ***parray, int *pM, int **pmdims, int **pndims)
void GetParameterValue(int **pintarray, int *pM, int *pN)
void GetParameterValue(IssmDouble **pIssmDoublearray, int *pM, int *pN)
void SetValue(IssmDouble *pIssmDoublearray, int M, int N)
void GetParameterValue(IssmDouble *pIssmDouble)
void SetValue(char *string)
void GetParameterValue(int **pintarray, int *pM)
void GetParameterValue(Vector< IssmDouble > **pvec)
Matrix< IssmDouble > * value
void GetParameterValue(char ***pstringarray, int *pM)
void SetValue(IssmDouble scalar)
void SetValue(int *intarray, int M)
const char * EnumToStringx(int enum_in)
abstract class for Param object
void GetParameterValue(DataSet **pdataset)
void GetParameterValue(FILE **pfid)
void GetParameterValue(IssmDouble **pIssmDoublearray, int *pM)
void GetParameterValue(IssmDouble *pdouble, IssmDouble time)
void SetEnum(int enum_in)
void SetValue(IssmDouble **array, int M, int *mdim_array, int *ndim_array)
void SetValue(bool boolean)
#define _error_(StreamArgs)
void SetValue(int integer)
void SetValue(Vector< IssmDouble > *vec)
Declaration of DataSet class.
void SetValue(IssmDouble *IssmDoublearray, int M)
void GetParameterValue(int *pinteger)
void SetValue(char **stringarray, int M)
void GetParameterValue(bool *pbool)