#include <MakeInputConf.h>
Public Member Functions | |
| void | GetData (std::ifstream &instream) |
| void | GetData (std::string filename) |
| void | WriteData (std::ofstream &outstream) |
| void | WriteData (std::string filename) |
| MakeInputConf (std::string filename) | |
| MakeInputConf () | |
Public Attributes | |
| double | slowness |
| double | omega |
| double | sigma |
| int | shift |
| double | cc |
| double | poisson |
| int | nlayers |
| std::string | outputbase |
| bool | correlated |
| double | dt |
| int | npts |
Definition at line 5 of file MakeInputConf.h.
| MakeInputConf::MakeInputConf | ( | std::string | filename | ) | [inline] |
| MakeInputConf::MakeInputConf | ( | ) | [inline] |
Definition at line 23 of file MakeInputConf.h.
| void MakeInputConf::GetData | ( | std::ifstream & | instream | ) |
Definition at line 16 of file MakeInputConf.cpp.
References cc, correlated, dt, nlayers, npts, omega, outputbase, poisson, shift, sigma, and slowness.
Referenced by main(), and MakeInputConf().
| void MakeInputConf::GetData | ( | std::string | filename | ) |
| void MakeInputConf::WriteData | ( | std::ofstream & | outstream | ) |
Definition at line 39 of file MakeInputConf.cpp.
References cc, correlated, dt, nlayers, npts, omega, outputbase, poisson, shift, sigma, and slowness.
| void MakeInputConf::WriteData | ( | std::string | filename | ) |
| double MakeInputConf::slowness |
| double MakeInputConf::omega |
| double MakeInputConf::sigma |
| double MakeInputConf::cc |
| double MakeInputConf::poisson |
| std::string MakeInputConf::outputbase |
| double MakeInputConf::dt |
1.5.5