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