 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
5 #ifndef _STRINGARRAYPARAM_H_
6 #define _STRINGARRAYPARAM_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);
59 void SetEnum(
int enum_in){this->enum_type = enum_in;};
64 void SetValue(
char** stringarray,
int M);
void GetParameterValue(int **pintarray, int *pM)
void GetParameterValue(int **pintarray, int *pM, int *pN)
void SetValue(IssmDouble *pIssmDoublearray, int M, int N)
void SetValue(IssmDouble scalar)
void GetParameterValue(bool *pbool)
void SetValue(IssmDouble *IssmDoublearray, int M)
void GetParameterValue(IssmDouble ***parray, int *pM, int **pmdims, int **pndims)
void SetValue(Vector< IssmDouble > *vec)
void GetParameterValue(char **pstring)
void SetValue(int *intarray, int M)
void GetParameterValue(FILE **pfid)
const char * EnumToStringx(int enum_in)
void SetEnum(int enum_in)
void SetValue(char *string)
abstract class for Param object
void GetParameterValue(Vector< IssmDouble > **pvec)
void GetParameterValue(IssmDouble **pIssmDoublearray, int *pM)
void SetValue(IssmDouble **array, int M, int *mdim_array, int *ndim_array)
void GetParameterValue(IssmDouble *pIssmDouble)
#define _error_(StreamArgs)
void SetValue(int *pintarray, int M, int N)
void GetParameterValue(DataSet **pdataset)
void SetValue(Matrix< IssmDouble > *mat)
void GetParameterValue(Matrix< IssmDouble > **pmat)
void SetValue(bool boolean)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
Declaration of DataSet class.
void SetValue(int integer)
void GetParameterValue(IssmDouble *pdouble, IssmDouble time)
void GetParameterValue(int *pinteger)
void GetParameterValue(IssmDouble **pIssmDoublearray, int *pM, int *pN)