 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
10 #include "../shared/shared.h"
28 void Write(FILE* fid,
const char* indent);
29 void Read(FILE* fid,
char* kstr);
30 void WriteExp(FILE* fid,
const char* nstr,
int sgn,
double cm,
double sp);
34 void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction){
_error_(
"not implemented yet!");};
void WriteExp(FILE *fid, const char *nstr, int sgn, double cm, double sp)
void Write(FILE *fid, const char *indent)
void Read(FILE *fid, char *kstr)
#define _error_(StreamArgs)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
: header file for kml_feature abstract object
Declaration of DataSet class.