CCalcRecConf.h

Go to the documentation of this file.
00001  #include <string>
00002  #include "CCalcRecConfParser.hpp"
00003  #include "CCalcRecConfLexer.hpp"
00004 
00005  class CCalcRecConf{
00006 public: 
00007 void GetData(std::ifstream &instream);
00008 void GetData(std::string filename);
00009 void WriteData(std::ofstream &outstream);
00010 void WriteData(std::string filename);
00011 double cc;
00012 double sigma;
00013 int shift;
00014 std::string recmethod;
00015 bool normalize;
00016 CCalcRecConf(std::string filename){GetData(filename);}
00017 CCalcRecConf(){}
00018 };

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