Changeset 9261 for issm/trunk/src/c/objects/KML/KML_Container.h
- Timestamp:
- 08/10/11 15:54:48 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/KML/KML_Container.h
r9201 r9261 32 32 void Write(FILE* fid,char* indent); 33 33 void Read(FILE* fid,char* kstr); 34 void FindPolygons(DataSet* polygons); 35 void FindLineStrings(DataSet* linestrings); 34 void WriteExp(FILE* fid,char* nstr,int sgn,double cm,double sp); 36 35 int Id(){_error_("Not implemented yet.");}; 37 36 int MyRank(){_error_("Not implemented yet.");};
Note:
See TracChangeset
for help on using the changeset viewer.