DataFile1D.h

Go to the documentation of this file.
00001 #ifndef _INCLUDE_DATAFILE1D_H
00002 #define _INCLUDE_DATAFILE1D_H
00003 
00004 #include "DataFile.h"
00005 
00006 namespace ICLIB {
00007 
00008 class DataFile1D : public DataFile {
00009 public:
00010         DataFile1D();
00011         virtual ~DataFile1D();
00012 
00013         virtual void load(const std::string& filename) /*throw(Tango::DevFailed)*/;
00014         virtual void save(const std::string& filename) /*throw(Tango::DevFailed)*/;
00015 
00016         void getArrayValues(vector<double>& aray,int& xdim,int& ydim);
00017         void setArrayValues(const vector<double>& aray,int xdim,int ydim);
00018 };
00019 
00020 } // namespace
00021 
00022 #endif // _INCLUDE_DATAFILE1D_H

Generated on Tue Apr 14 09:50:27 2009 for Interpolator Library by  doxygen 1.4.5