#include <KML_Comment.h>
Definition at line 14 of file KML_Comment.h.
◆ KML_Comment()
KML_Comment::KML_Comment |
( |
| ) |
|
◆ ~KML_Comment()
KML_Comment::~KML_Comment |
( |
| ) |
|
◆ Echo()
void KML_Comment::Echo |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [1/2]
void KML_Comment::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [2/2]
void KML_Comment::DeepEcho |
( |
const char * |
indent | ) |
|
|
virtual |
◆ Id()
int KML_Comment::Id |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ObjectEnum()
int KML_Comment::ObjectEnum |
( |
void |
| ) |
|
|
inlinevirtual |
◆ copy()
Object* KML_Comment::copy |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Marshall()
void KML_Comment::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
inlinevirtual |
◆ Write()
void KML_Comment::Write |
( |
FILE * |
fid, |
|
|
const char * |
indent |
|
) |
| |
Definition at line 61 of file KML_Comment.cpp.
63 if (strncmp(&
value[0] ,
"<!--",4))
64 fprintf(filout,
"%s<!--\n",indent);
65 fprintf(filout,
"%s %s\n",indent,
value);
67 fprintf(filout,
"%s-->\n",indent);
◆ Read()
void KML_Comment::Read |
( |
FILE * |
fid, |
|
|
char * |
kstr |
|
) |
| |
◆ Alloc()
void KML_Comment::Alloc |
( |
const char * |
valuei | ) |
|
Definition at line 81 of file KML_Comment.cpp.
83 value=xNew<char>(strlen(valuei)+1);
84 memcpy(
value,valuei,(strlen(valuei)+1)*
sizeof(
char));
◆ Add()
void KML_Comment::Add |
( |
DataSet * |
commnt | ) |
|
◆ Get()
void KML_Comment::Get |
( |
char ** |
pvalueo | ) |
|
◆ name
◆ value
The documentation for this class was generated from the following files: