#include <CLevmarConf.h>
Public Member Functions | |
| void | GetData (std::ifstream &instream) |
| void | GetData (std::string filename) |
| void | WriteData (std::ofstream &outstream) |
| void | WriteData (std::string filename) |
| CLevmarConf (std::string filename) | |
| CLevmarConf () | |
Public Attributes | |
| int | maxiter |
| std::string | mode |
| std::string | mtfit |
| std::string | mtinputdata |
| std::string | recinputdata |
| std::string | recmethod |
| std::string | rfabsveldata |
| double | slowness |
| double | omega |
| double | sigma |
| int | shift |
| double | wlevel |
| double | poisson |
| double | starttime |
| double | endtime |
| double | tensorerror |
| double | phaseerror |
| double | reserror |
| double | recerror |
| std::vector< double > | minres |
| std::vector< double > | maxres |
| std::vector< double > | startres |
| std::vector< double > | minthick |
| std::vector< double > | maxthick |
| std::vector< double > | startthick |
| std::vector< double > | minsvel |
| std::vector< double > | maxsvel |
| std::vector< double > | startsvel |
| std::vector< double > | weights |
| double | recweight |
| double | absvelweight |
Definition at line 5 of file CLevmarConf.h.
| CLevmarConf::CLevmarConf | ( | std::string | filename | ) | [inline] |
| CLevmarConf::CLevmarConf | ( | ) | [inline] |
Definition at line 43 of file CLevmarConf.h.
| void CLevmarConf::GetData | ( | std::ifstream & | instream | ) |
Definition at line 16 of file CLevmarConf.cpp.
References absvelweight, endtime, maxiter, maxres, maxsvel, maxthick, minres, minsvel, minthick, mode, mtfit, mtinputdata, omega, phaseerror, poisson, recerror, recinputdata, recmethod, recweight, reserror, rfabsveldata, shift, sigma, slowness, startres, startsvel, startthick, starttime, tensorerror, weights, and wlevel.
Referenced by CLevmarConf(), and init().
| void CLevmarConf::GetData | ( | std::string | filename | ) |
| void CLevmarConf::WriteData | ( | std::ofstream & | outstream | ) |
Definition at line 69 of file CLevmarConf.cpp.
References absvelweight, endtime, maxiter, maxres, maxsvel, maxthick, minres, minsvel, minthick, mode, mtfit, mtinputdata, omega, phaseerror, poisson, recerror, recinputdata, recmethod, recweight, reserror, rfabsveldata, shift, sigma, slowness, startres, startsvel, startthick, starttime, tensorerror, weights, and wlevel.
| void CLevmarConf::WriteData | ( | std::string | filename | ) |
| std::string CLevmarConf::mode |
| std::string CLevmarConf::mtfit |
| std::string CLevmarConf::mtinputdata |
| std::string CLevmarConf::recinputdata |
| std::string CLevmarConf::recmethod |
| std::string CLevmarConf::rfabsveldata |
| double CLevmarConf::slowness |
| double CLevmarConf::omega |
| double CLevmarConf::sigma |
| double CLevmarConf::wlevel |
| double CLevmarConf::poisson |
| double CLevmarConf::starttime |
| double CLevmarConf::endtime |
| double CLevmarConf::tensorerror |
| double CLevmarConf::phaseerror |
| double CLevmarConf::reserror |
| double CLevmarConf::recerror |
| std::vector< double > CLevmarConf::minres |
| std::vector< double > CLevmarConf::maxres |
| std::vector< double > CLevmarConf::startres |
| std::vector< double > CLevmarConf::minthick |
| std::vector< double > CLevmarConf::maxthick |
| std::vector< double > CLevmarConf::startthick |
| std::vector< double > CLevmarConf::minsvel |
| std::vector< double > CLevmarConf::maxsvel |
| std::vector< double > CLevmarConf::startsvel |
| std::vector< double > CLevmarConf::weights |
| double CLevmarConf::recweight |
| double CLevmarConf::absvelweight |
1.5.5