Ignore:
Timestamp:
08/10/11 15:54:48 (14 years ago)
Author:
jschierm
Message:

KML_Objects: Added WriteExp method and deleted FindPolygons and FindLineStrings methods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/KML/KML_Container.h

    r9201 r9261  
    3232                void  Write(FILE* fid,char* indent);
    3333                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);
    3635                int   Id(){_error_("Not implemented yet.");};
    3736                int   MyRank(){_error_("Not implemented yet.");};
Note: See TracChangeset for help on using the changeset viewer.