![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <KML_Container.h>
Public Member Functions | |
KML_Container () | |
~KML_Container () | |
void | Echo () |
void | DeepEcho () |
void | DeepEcho (const char *indent) |
void | Write (FILE *fid, const char *indent) |
void | Read (FILE *fid, char *kstr) |
void | WriteExp (FILE *fid, const char *nstr, int sgn, double cm, double sp) |
int | Id () |
int | ObjectEnum () |
Object * | copy () |
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
![]() | |
KML_Feature () | |
~KML_Feature () | |
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 () | |
int | Id () |
int | ObjectEnum () |
Object * | copy () |
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
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 | |
DataSet * | feature |
![]() | |
char | name [KML_FEATURE_NAME_LENGTH+1] |
bool | visibility |
bool | open |
char | snippet [KML_FEATURE_SNIPPET_LENGTH+1] |
char | descript [KML_FEATURE_DESCRIPT_LENGTH+1] |
char | styleurl [KML_FEATURE_STYLEURL_LENGTH+1] |
DataSet * | style |
![]() | |
DataSet * | attrib |
DataSet * | commnt |
DataSet * | kmlobj |
Definition at line 15 of file KML_Container.h.
KML_Container::KML_Container | ( | ) |
Definition at line 23 of file KML_Container.cpp.
KML_Container::~KML_Container | ( | ) |
Definition at line 29 of file KML_Container.cpp.
|
virtual |
Reimplemented from KML_Object.
Reimplemented in KML_Folder, and KML_Document.
Definition at line 40 of file KML_Container.cpp.
|
virtual |
Reimplemented from KML_Object.
Reimplemented in KML_Folder, and KML_Document.
Definition at line 51 of file KML_Container.cpp.
|
virtual |
Reimplemented from KML_Object.
Reimplemented in KML_Folder, and KML_Document.
Definition at line 60 of file KML_Container.cpp.
|
virtual |
Implements KML_Object.
Reimplemented in KML_Folder, and KML_Document.
Definition at line 85 of file KML_Container.cpp.
|
virtual |
Implements KML_Object.
Reimplemented in KML_Folder, and KML_Document.
Definition at line 104 of file KML_Container.cpp.
|
virtual |
|
inlinevirtual |
Implements Object.
Reimplemented in KML_Folder, and KML_Document.
Definition at line 32 of file KML_Container.h.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_Folder, and KML_Document.
Definition at line 33 of file KML_Container.h.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_Folder, and KML_Document.
Definition at line 34 of file KML_Container.h.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_Folder, and KML_Document.
Definition at line 35 of file KML_Container.h.
DataSet* KML_Container::feature |
Definition at line 19 of file KML_Container.h.