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