![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <KML_ColorStyle.h>
Public Member Functions | |
KML_ColorStyle () | |
~KML_ColorStyle () | |
void | Echo () |
void | DeepEcho () |
void | DeepEcho (const char *indent) |
void | Write (FILE *fid, const char *indent) |
void | Read (FILE *fid, char *kstr) |
int | Id () |
void | Demarshall (char **pmarshalled_dataset) |
int | ObjectEnum () |
Object * | copy () |
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
![]() | |
KML_SubStyle () | |
~KML_SubStyle () | |
void | Echo () |
void | DeepEcho () |
void | DeepEcho (const char *indent) |
void | Write (FILE *fid, const char *indent) |
void | Read (FILE *fid, char *kstr) |
int | Id () |
int | ObjectEnum () |
Object * | copy () |
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
![]() | |
KML_Object () | |
~KML_Object () | |
virtual void | WriteExp (FILE *fid, const char *nstr, int sgn, double cm, double sp) |
virtual void | AddAttrib (const char *name, const char *value) |
virtual void | WriteAttrib (FILE *fid, const char *indent) |
virtual void | AddCommnt (int ncom, char **pcom) |
virtual void | AddCommnt (char *value) |
virtual void | WriteCommnt (FILE *fid, const char *indent) |
![]() | |
virtual | ~Object () |
Data Fields | |
char | color [KML_COLORSTYLE_COLOR_LENGTH+1] |
char | colormode [KML_COLORSTYLE_COLORMODE_LENGTH+1] |
![]() | |
DataSet * | attrib |
DataSet * | commnt |
DataSet * | kmlobj |
Definition at line 17 of file KML_ColorStyle.h.
KML_ColorStyle::KML_ColorStyle | ( | ) |
Definition at line 20 of file KML_ColorStyle.cpp.
KML_ColorStyle::~KML_ColorStyle | ( | ) |
Definition at line 27 of file KML_ColorStyle.cpp.
|
virtual |
Reimplemented from KML_Object.
Reimplemented in KML_PolyStyle, and KML_LineStyle.
Definition at line 35 of file KML_ColorStyle.cpp.
|
virtual |
Reimplemented from KML_Object.
Reimplemented in KML_PolyStyle, and KML_LineStyle.
Definition at line 47 of file KML_ColorStyle.cpp.
|
virtual |
Reimplemented from KML_Object.
Reimplemented in KML_PolyStyle, and KML_LineStyle.
Definition at line 56 of file KML_ColorStyle.cpp.
|
virtual |
Implements KML_Object.
Reimplemented in KML_PolyStyle, and KML_LineStyle.
Definition at line 66 of file KML_ColorStyle.cpp.
|
virtual |
Implements KML_Object.
Reimplemented in KML_PolyStyle, and KML_LineStyle.
Definition at line 78 of file KML_ColorStyle.cpp.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_PolyStyle, and KML_LineStyle.
Definition at line 34 of file KML_ColorStyle.h.
|
inline |
Definition at line 35 of file KML_ColorStyle.h.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_PolyStyle, and KML_LineStyle.
Definition at line 36 of file KML_ColorStyle.h.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_PolyStyle, and KML_LineStyle.
Definition at line 37 of file KML_ColorStyle.h.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_PolyStyle, and KML_LineStyle.
Definition at line 38 of file KML_ColorStyle.h.
char KML_ColorStyle::color[KML_COLORSTYLE_COLOR_LENGTH+1] |
Definition at line 21 of file KML_ColorStyle.h.
char KML_ColorStyle::colormode[KML_COLORSTYLE_COLORMODE_LENGTH+1] |
Definition at line 22 of file KML_ColorStyle.h.