ParkSurfaceWaveData.h

Go to the documentation of this file.
00001 #ifndef PARKSURFACEWAVEDATA_H_
00002 #define PARKSURFACEWAVEDATA_H_
00003 
00004 #include <vector>
00005 #include <string>
00006 #include <boost/cstdint.hpp>
00007 #include "SurfaceWaveData.h"
00008 
00009 namespace gplib
00010   {
00011     /** \addtogroup seistools Seismic data analysis and modeling */
00012     /* @{ */
00013 
00014     class ParkSurfaceWaveData: public SurfaceWaveData
00015       {
00016     public:
00017       virtual void ReadAscii(const std::string &filename);
00018       virtual void WriteAscii(const std::string &filename) const;
00019       ParkSurfaceWaveData();
00020       virtual ~ParkSurfaceWaveData();
00021       };
00022   /* @} */
00023   }
00024 #endif /*PARKSURFACEWAVEDATA_H_*/

Generated on Tue May 4 16:52:14 2010 for GPLIB++ by  doxygen 1.5.8