#include <CCalcRecConf.h>
Public Member Functions | |
| void | GetData (std::ifstream &instream) |
| void | GetData (std::string filename) |
| void | WriteData (std::ofstream &outstream) |
| void | WriteData (std::string filename) |
| CCalcRecConf (std::string filename) | |
| CCalcRecConf () | |
Public Attributes | |
| double | cc |
| double | sigma |
| int | shift |
| std::string | recmethod |
| bool | normalize |
Definition at line 5 of file CCalcRecConf.h.
| CCalcRecConf::CCalcRecConf | ( | std::string | filename | ) | [inline] |
| CCalcRecConf::CCalcRecConf | ( | ) | [inline] |
Definition at line 17 of file CCalcRecConf.h.
| void CCalcRecConf::GetData | ( | std::string | filename | ) |
| void CCalcRecConf::GetData | ( | std::ifstream & | instream | ) |
Definition at line 16 of file CCalcRecConf.cpp.
References cc, normalize, recmethod, shift, and sigma.
Referenced by CCalcRecConf(), GetData(), and main().
| void CCalcRecConf::WriteData | ( | std::string | filename | ) |
| void CCalcRecConf::WriteData | ( | std::ofstream & | outstream | ) |
Definition at line 33 of file CCalcRecConf.cpp.
References cc, normalize, recmethod, shift, and sigma.
Referenced by WriteData().
| std::string CCalcRecConf::recmethod |
1.5.8