 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
5 #ifndef _KML_COLORSTYLE_H_
6 #define _KML_COLORSTYLE_H_
8 #define KML_COLORSTYLE_COLOR_LENGTH 8
9 #define KML_COLORSTYLE_COLORMODE_LENGTH 6
13 #include "../shared/shared.h"
32 void Write(FILE* fid,
const char* indent);
33 void Read(FILE* fid,
char* kstr);
38 void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction){
_error_(
"not implemented yet!");};
: header file for kml_substyle abstract object
#define KML_COLORSTYLE_COLOR_LENGTH
void Write(FILE *fid, const char *indent)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
char colormode[KML_COLORSTYLE_COLORMODE_LENGTH+1]
void Read(FILE *fid, char *kstr)
#define _error_(StreamArgs)
void Demarshall(char **pmarshalled_dataset)
#define KML_COLORSTYLE_COLORMODE_LENGTH
char color[KML_COLORSTYLE_COLOR_LENGTH+1]