Changeset 18063 for issm/trunk-jpl/src/c/kml/KML_Overlay.cpp
- Timestamp:
- 05/26/14 21:05:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/kml/KML_Overlay.cpp
r15104 r18063 18 18 19 19 /*Constructors/destructor/copy*/ 20 /*FUNCTION KML_Overlay::KML_Overlay(){{{*/ 21 KML_Overlay::KML_Overlay(){ 20 KML_Overlay::KML_Overlay(){/*{{{*/ 22 21 23 22 strcpy(color ,"ffffffff"); … … 29 28 } 30 29 /*}}}*/ 31 /*FUNCTION KML_Overlay::~KML_Overlay(){{{*/ 32 KML_Overlay::~KML_Overlay(){ 30 KML_Overlay::~KML_Overlay(){/*{{{*/ 33 31 34 32 if (icon) { … … 41 39 42 40 /*Other*/ 43 /*FUNCTION KML_Overlay::Echo {{{*/ 44 void KML_Overlay::Echo(){ 41 void KML_Overlay::Echo(){/*{{{*/ 45 42 46 43 KML_Feature::Echo(); … … 50 47 } 51 48 /*}}}*/ 52 /*FUNCTION KML_Overlay::DeepEcho {{{*/ 53 void KML_Overlay::DeepEcho(){ 49 void KML_Overlay::DeepEcho(){/*{{{*/ 54 50 55 51 char indent[81]=""; … … 60 56 } 61 57 /*}}}*/ 62 /*FUNCTION KML_Overlay::DeepEcho {{{*/ 63 void KML_Overlay::DeepEcho(const char* indent){ 58 void KML_Overlay::DeepEcho(const char* indent){/*{{{*/ 64 59 65 60 char indent2[81]; … … 77 72 } 78 73 /*}}}*/ 79 /*FUNCTION KML_Overlay::Write {{{*/ 80 void KML_Overlay::Write(FILE* filout,const char* indent){ 74 void KML_Overlay::Write(FILE* filout,const char* indent){/*{{{*/ 81 75 82 76 char indent2[81]; … … 97 91 } 98 92 /*}}}*/ 99 /*FUNCTION KML_Overlay::Read {{{*/ 100 void KML_Overlay::Read(FILE* fid,char* kstr){ 93 void KML_Overlay::Read(FILE* fid,char* kstr){/*{{{*/ 101 94 102 95 /* process field within opening and closing tags */
Note:
See TracChangeset
for help on using the changeset viewer.