CsvFormat.h

Go to the documentation of this file.
00001 #ifndef _CSVFORMAT_INCLUDED_
00002 #define _CSVFORMAT_INCLUDED_
00003 #include "TimeSeries.h"
00004 
00005 
00006 class MtuFormat;
00007 
00008 /** \addtogroup mttools MT data analysis, processing and inversion */
00009 /* @{ */
00010 
00011 //! This class reads and writes data from Comma Separated Files CSV as produced by Excel etc.  this particular flavour
00012 // aims at files produced by phoenix software
00013 class CsvFormat : public TimeSeries{
00014 public:
00015         CsvFormat();
00016         virtual ~CsvFormat();
00017         virtual void GetData();
00018         virtual void GetData(const std::string filename);
00019         virtual void WriteData(const std::string filename);
00020         CsvFormat& operator=(CsvFormat& source);
00021         CsvFormat& operator=(MtuFormat& source);
00022         CsvFormat& operator=(TimeSeries& source);
00023 };
00024 /* @} */
00025 
00026 #endif

Generated on Fri Jul 4 15:30:20 2008 for GPLIB++ by  doxygen 1.5.5