![]() |
Ice Sheet System Model
4.18
Code documentation
|
Go to the source code of this file.
Functions | |
void | FetchData (double **pmatrix, int *pM, int *pN, const mxArray *dataref) |
void | FetchData (int **pmatrix, int *pM, int *pN, const mxArray *dataref) |
void | FetchData (bool **pmatrix, int *pM, int *pN, const mxArray *dataref) |
void | FetchData (double **pvector, int *pM, const mxArray *dataref) |
void | FetchData (int **pvector, int *pM, const mxArray *dataref) |
void | FetchData (bool **pvector, int *pM, const mxArray *dataref) |
void | FetchData (float **pvector, int *pM, const mxArray *dataref) |
void | FetchData (char **pstring, const mxArray *dataref) |
void | FetchData (double *pscalar, const mxArray *dataref) |
void | FetchData (int *pinteger, const mxArray *dataref) |
void | FetchData (bool *pboolean, const mxArray *dataref) |
void | FetchData (BamgGeom **pbamggeom, const mxArray *dataref) |
void | FetchData (BamgMesh **pbamgmesh, const mxArray *dataref) |
void | FetchData (BamgOpts **pbamgopts, const mxArray *dataref) |
void | FetchData (Options **poptions, int istart, int nrhs, const mxArray **pdataref) |
void | FetchData (Contours **pcontours, const mxArray *dataref) |
void | FetchChacoData (int *pnvtxs, int **padjacency, int **pstart, float **pewgts, const mxArray *A_IN, const mxArray *EWGTS_IN) |
int | MatlabMatrixToDoubleMatrix (double **pmatrix, int *pmatrix_rows, int *pmatrix_cols, const mxArray *mxmatrix) |
mxArray * | mxGetAssignedField (const mxArray *pmxa_array, int number, const char *field) |
Option * | OptionParse (char *name, const mxArray *prhs[]) |
GenericOption< double > * | OptionDoubleParse (char *name, const mxArray *prhs[]) |
GenericOption< double * > * | OptionDoubleArrayParse (char *name, const mxArray *prhs[]) |
GenericOption< char * > * | OptionCharParse (char *name, const mxArray *prhs[]) |
void FetchData | ( | double ** | pmatrix, |
int * | pM, | ||
int * | pN, | ||
const mxArray * | dataref | ||
) |
Definition at line 15 of file FetchMatlabData.cpp.
void FetchData | ( | int ** | pmatrix, |
int * | pM, | ||
int * | pN, | ||
const mxArray * | dataref | ||
) |
Definition at line 57 of file FetchMatlabData.cpp.
void FetchData | ( | bool ** | pmatrix, |
int * | pM, | ||
int * | pN, | ||
const mxArray * | dataref | ||
) |
Definition at line 104 of file FetchMatlabData.cpp.
void FetchData | ( | double ** | pvector, |
int * | pM, | ||
const mxArray * | dataref | ||
) |
Definition at line 145 of file FetchMatlabData.cpp.
void FetchData | ( | int ** | pvector, |
int * | pM, | ||
const mxArray * | dataref | ||
) |
Definition at line 166 of file FetchMatlabData.cpp.
void FetchData | ( | bool ** | pvector, |
int * | pM, | ||
const mxArray * | dataref | ||
) |
Definition at line 197 of file FetchMatlabData.cpp.
void FetchData | ( | float ** | pvector, |
int * | pM, | ||
const mxArray * | dataref | ||
) |
Definition at line 228 of file FetchMatlabData.cpp.
void FetchData | ( | char ** | pstring, |
const mxArray * | dataref | ||
) |
Definition at line 259 of file FetchMatlabData.cpp.
void FetchData | ( | double * | pscalar, |
const mxArray * | dataref | ||
) |
Definition at line 279 of file FetchMatlabData.cpp.
void FetchData | ( | int * | pinteger, |
const mxArray * | dataref | ||
) |
Definition at line 295 of file FetchMatlabData.cpp.
void FetchData | ( | bool * | pboolean, |
const mxArray * | dataref | ||
) |
Definition at line 311 of file FetchMatlabData.cpp.
void FetchData | ( | BamgGeom ** | pbamggeom, |
const mxArray * | dataref | ||
) |
Definition at line 329 of file FetchMatlabData.cpp.
void FetchData | ( | BamgMesh ** | pbamgmesh, |
const mxArray * | dataref | ||
) |
Definition at line 347 of file FetchMatlabData.cpp.
void FetchData | ( | BamgOpts ** | pbamgopts, |
const mxArray * | dataref | ||
) |
Definition at line 366 of file FetchMatlabData.cpp.
void FetchData | ( | Options ** | poptions, |
int | istart, | ||
int | nrhs, | ||
const mxArray ** | pdataref | ||
) |
Definition at line 407 of file FetchMatlabData.cpp.
void FetchData | ( | Contours ** | pcontours, |
const mxArray * | dataref | ||
) |
Definition at line 431 of file FetchMatlabData.cpp.
void FetchChacoData | ( | int * | pnvtxs, |
int ** | padjacency, | ||
int ** | pstart, | ||
float ** | pewgts, | ||
const mxArray * | A_IN, | ||
const mxArray * | EWGTS_IN | ||
) |
Definition at line 477 of file FetchMatlabData.cpp.
int MatlabMatrixToDoubleMatrix | ( | double ** | pmatrix, |
int * | pmatrix_rows, | ||
int * | pmatrix_cols, | ||
const mxArray * | mxmatrix | ||
) |
Definition at line 509 of file FetchMatlabData.cpp.
mxArray* mxGetAssignedField | ( | const mxArray * | pmxa_array, |
int | number, | ||
const char * | field | ||
) |
Definition at line 572 of file FetchMatlabData.cpp.
Option* OptionParse | ( | char * | name, |
const mxArray * | prhs[] | ||
) |
Definition at line 606 of file FetchMatlabData.cpp.
GenericOption<double>* OptionDoubleParse | ( | char * | name, |
const mxArray * | prhs[] | ||
) |
Definition at line 627 of file FetchMatlabData.cpp.
GenericOption<double*>* OptionDoubleArrayParse | ( | char * | name, |
const mxArray * | prhs[] | ||
) |
Definition at line 643 of file FetchMatlabData.cpp.
GenericOption<char*>* OptionCharParse | ( | char * | name, |
const mxArray * | prhs[] | ||
) |
Definition at line 662 of file FetchMatlabData.cpp.