GPLIB++
BirrpAsciiFormat.h
Go to the documentation of this file.
1 #ifndef _BIRRPASCIIFORMAT_INCLUDED_
2 #define _BIRRPASCIIFORMAT_INCLUDED_
3 #include "TimeSeries.h"
4 
5 namespace gplib
6  {
7  class MtuFormat;
8 
9  /** \addtogroup mttools MT data analysis, processing and inversion */
10  /* @{ */
11 
12  //! BirrpAsciiFormat reads and stores MT data in the ascii format used by the birrp processing software
14  {
15  private:
16  public:
19  //! Read data in birrp ascii format from a file called filename
20  virtual void GetData(const std::string filename);
21  //! Write data in birrp ascii format to a file called filename
22  virtual void WriteData(const std::string filename);
26  };
27  /* @} */
28  }
29 #endif
30 
BirrpAsciiFormat & operator=(BirrpAsciiFormat &source)
This class is the base class for all classes dealing with MT time series.
Definition: TimeSeries.h:14
BirrpAsciiFormat reads and stores MT data in the ascii format used by the birrp processing software...
Read and write phoenix mtu binary files.
Definition: MtuFormat.h:13
virtual void WriteData(const std::string filename)
Write data in birrp ascii format to a file called filename.
virtual void GetData(const std::string filename)
Read data in birrp ascii format from a file called filename.