 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
5 #ifndef _KML_LINESTRING_H_
6 #define _KML_LINESTRING_H_
8 #define KML_LINESTRING_ALTMODE_LENGTH 18
12 #include "../shared/shared.h"
34 void Write(FILE* fid,
const char* indent);
35 void Read(FILE* fid,
char* kstr);
36 void WriteExp(FILE* fid,
const char* nstr,
int sgn,
double cm,
double sp);
40 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)
#define KML_LINESTRING_ALTMODE_LENGTH
char altmode[KML_LINESTRING_ALTMODE_LENGTH+1]
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void Write(FILE *fid, const char *indent)
#define _error_(StreamArgs)
: header file for kml_geometry abstract object
void Read(FILE *fid, char *kstr)