#include <C1DMTSynthData.h>

Public Member Functions | |
| const trealdata & | GetResistivities () |
| const trealdata & | GetThicknesses () |
| void | SetResistivities (const trealdata &res) |
| void | SetResistivityErrors (const trealdata &re) |
| void | SetThicknesses (const trealdata &thick) |
| void | SetThicknessErrors (const trealdata &te) |
| gplib::rvec | GetModelVector () |
| void | WriteModel (std::string filename) |
| void | ReadModel (std::string filename) |
| void | WritePlot (std::string filename) |
| virtual void | GetData () |
| Calculate the synthetic data given the previously set parameters. | |
| virtual C1DMTSynthData * | clone () const |
| for parallel runs we need to make a copy of the object and its derived classes | |
| C1DMTSynthData (const C1DMTSynthData &old) | |
| C1DMTSynthData () | |
| virtual | ~C1DMTSynthData () |
Definition at line 10 of file C1DMTSynthData.h.
| C1DMTSynthData::C1DMTSynthData | ( | const C1DMTSynthData & | old | ) |
Definition at line 28 of file C1DMTSynthData.cpp.
| C1DMTSynthData::C1DMTSynthData | ( | ) |
| C1DMTSynthData::~C1DMTSynthData | ( | ) | [virtual] |
Definition at line 24 of file C1DMTSynthData.cpp.
| virtual C1DMTSynthData* C1DMTSynthData::clone | ( | ) | const [inline, virtual] |
for parallel runs we need to make a copy of the object and its derived classes
Reimplemented from MTStation.
Definition at line 52 of file C1DMTSynthData.h.
References C1DMTSynthData().
| void C1DMTSynthData::GetData | ( | ) | [virtual] |
Calculate the synthetic data given the previously set parameters.
Reimplemented from MTStation.
Definition at line 106 of file C1DMTSynthData.cpp.
References MTStation::Assign(), MTStation::GetFrequencies(), MTData, T, and MTStation::Update().
Referenced by main().
| gplib::rvec C1DMTSynthData::GetModelVector | ( | ) |
| const trealdata& C1DMTSynthData::GetResistivities | ( | ) | [inline] |
| const trealdata& C1DMTSynthData::GetThicknesses | ( | ) | [inline] |
| void C1DMTSynthData::ReadModel | ( | std::string | filename | ) |
| void C1DMTSynthData::SetResistivities | ( | const trealdata & | res | ) | [inline] |
| void C1DMTSynthData::SetResistivityErrors | ( | const trealdata & | re | ) | [inline] |
| void C1DMTSynthData::SetThicknessErrors | ( | const trealdata & | te | ) | [inline] |
| void C1DMTSynthData::SetThicknesses | ( | const trealdata & | thick | ) | [inline] |
| void C1DMTSynthData::WriteModel | ( | std::string | filename | ) |
| void C1DMTSynthData::WritePlot | ( | std::string | filename | ) |
1.5.8