|
GPLIB++
|
#include <MTInvConf.h>
Public Member Functions | |
| void | GetData (std::ifstream &instream) |
| MTInvConf () | |
| virtual | ~MTInvConf () |
Public Attributes | |
| int | mtfitexponent |
| double | tensorerror |
| double | reserror |
| double | phaseerror |
| double | surferror |
| std::string | mode |
| std::string | mtfit |
| std::string | mtinputdata |
Definition at line 18 of file MTInvConf.h.
| gplib::MTInvConf::MTInvConf | ( | ) |
Definition at line 15 of file MTInvConf.cpp.
|
virtual |
Definition at line 19 of file MTInvConf.cpp.
| void gplib::MTInvConf::GetData | ( | std::ifstream & | instream | ) |
Definition at line 25 of file MTInvConf.cpp.
References mode, mtfit, mtfitexponent, mtinputdata, phaseerror, reserror, and tensorerror.
Referenced by main().
| std::string gplib::MTInvConf::mode |
Definition at line 26 of file MTInvConf.h.
Referenced by GetData().
| std::string gplib::MTInvConf::mtfit |
Definition at line 27 of file MTInvConf.h.
| int gplib::MTInvConf::mtfitexponent |
Definition at line 21 of file MTInvConf.h.
| std::string gplib::MTInvConf::mtinputdata |
Definition at line 28 of file MTInvConf.h.
| double gplib::MTInvConf::phaseerror |
Definition at line 24 of file MTInvConf.h.
| double gplib::MTInvConf::reserror |
Definition at line 23 of file MTInvConf.h.
Referenced by GetData().
| double gplib::MTInvConf::surferror |
Definition at line 25 of file MTInvConf.h.
| double gplib::MTInvConf::tensorerror |
Definition at line 22 of file MTInvConf.h.
Referenced by GetData().
1.8.6