source:
Sophya/trunk/Poubelle/archTOI.old/asigps.h@
358
Last change on this file since 358 was 358, checked in by , 26 years ago | |
---|---|
File size: 298 bytes |
Rev | Line | |
---|---|---|
[358] | 1 | #ifndef ASIGPS_H |
2 | #define ASIGPS_H | |
3 | ||
4 | #include "auxinterpgps.h" | |
5 | #include <string> | |
6 | ||
7 | class ASIGPS : public AuxInterpGPS { | |
8 | public: | |
9 | ASIGPS() {} | |
10 | ASIGPS(string const& filename); | |
11 | ||
12 | void readFile(string const& filename); | |
13 | ||
14 | virtual AuxGPS* clone() {return new ASIGPS(*this);} | |
15 | ||
16 | protected: | |
17 | ||
18 | }; | |
19 | ||
20 | #endif |
Note:
See TracBrowser
for help on using the repository browser.