 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
8 #define KML_POINT_ALTMODE_LENGTH 18
12 #include "../shared/shared.h"
32 void Write(FILE* fid,
const char* indent);
33 void Read(FILE* fid,
char* kstr);
34 void WriteExp(FILE* fid,
const char* nstr,
int sgn,
double cm,
double sp);
38 void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction){
_error_(
"not implemented yet!");};
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
#define KML_POINT_ALTMODE_LENGTH
char altmode[KML_POINT_ALTMODE_LENGTH+1]
void Read(FILE *fid, char *kstr)
void Write(FILE *fid, const char *indent)
#define _error_(StreamArgs)
: header file for kml_geometry abstract object
void WriteExp(FILE *fid, const char *nstr, int sgn, double cm, double sp)