 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
10 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
16 #include "../shared/shared.h"
22 strcpy(
color ,
"ffffffff");
71 fprintf(filout,
"%s <color>%s</color>\n",indent,
color);
73 fprintf(filout,
"%s <colorMode>%s</colorMode>\n",indent,
colormode);
82 if (!strncmp(kstr,
"</ColorStyle",12))
84 else if (!strncmp(kstr,
"</",2))
85 {
_error_(
"KML_ColorStyle::Read -- Unexpected closing tag " << kstr);}
86 else if (strncmp(kstr,
"<",1))
87 {
_error_(
"KML_ColorStyle::Read -- Unexpected field \"" << kstr <<
"\"");}
89 else if (!strcmp(kstr,
"<color>"))
91 else if (!strcmp(kstr,
"<colorMode>"))
94 else if (!strncmp(kstr,
"<",1))
#define _printf0_(StreamArgs)
: header file for kml_substyle abstract object
#define KML_COLORSTYLE_COLOR_LENGTH
void Write(FILE *fid, const char *indent)
: header file for kml file reading utilities.
char colormode[KML_COLORSTYLE_COLORMODE_LENGTH+1]
void Read(FILE *fid, char *kstr)
void Write(FILE *fid, const char *indent)
int KMLFileTokenParse(int *pival, char *ktag, FILE *fid)
#define _error_(StreamArgs)
void Read(FILE *fid, char *kstr)
#define KML_COLORSTYLE_COLORMODE_LENGTH
: header file for kml_colorstyle abstract object
char color[KML_COLORSTYLE_COLOR_LENGTH+1]