|
| MatrixParam () |
|
| MatrixParam (int enum_type, Matrix< IssmDouble > *value) |
|
| ~MatrixParam () |
|
Param * | copy () |
|
void | DeepEcho () |
|
void | Echo () |
|
int | Id () |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
int | ObjectEnum () |
|
void | GetParameterValue (bool *pbool) |
|
void | GetParameterValue (int *pinteger) |
|
void | GetParameterValue (int **pintarray, int *pM) |
|
void | GetParameterValue (int **pintarray, int *pM, int *pN) |
|
void | GetParameterValue (IssmDouble *pIssmDouble) |
|
void | GetParameterValue (IssmDouble *pdouble, IssmDouble time) |
|
void | GetParameterValue (char **pstring) |
|
void | GetParameterValue (char ***pstringarray, int *pM) |
|
void | GetParameterValue (IssmDouble **pIssmDoublearray, int *pM) |
|
void | GetParameterValue (IssmDouble **pIssmDoublearray, int *pM, int *pN) |
|
void | GetParameterValue (IssmDouble ***parray, int *pM, int **pmdims, int **pndims) |
|
void | GetParameterValue (Vector< IssmDouble > **pvec) |
|
void | GetParameterValue (Matrix< IssmDouble > **poutput) |
|
void | GetParameterValue (FILE **pfid) |
|
void | GetParameterValue (DataSet **pdataset) |
|
int | InstanceEnum () |
|
void | SetEnum (int enum_in) |
|
void | SetValue (bool boolean) |
|
void | SetValue (int integer) |
|
void | SetValue (IssmDouble scalar) |
|
void | SetValue (char *string) |
|
void | SetValue (char **stringarray, int M) |
|
void | SetValue (IssmDouble *IssmDoublearray, int M) |
|
void | SetValue (IssmDouble *pIssmDoublearray, int M, int N) |
|
void | SetValue (int *intarray, int M) |
|
void | SetValue (int *pintarray, int M, int N) |
|
void | SetValue (Vector< IssmDouble > *vec) |
|
void | SetValue (Matrix< IssmDouble > *mat) |
|
void | SetValue (FILE *fid) |
|
void | SetValue (IssmDouble **array, int M, int *mdim_array, int *ndim_array) |
|
virtual | ~Param () |
|
virtual void | GetParameterValue (IssmDouble *pdouble, int row, IssmDouble time) |
|
virtual void | SetValue (DataSet *dataset) |
|
virtual | ~Object () |
|
Definition at line 20 of file MatrixParam.h.