#include <Iso1DMTObjective.h>

Public Member Functions | |
| Iso1DMTObjective (const MTStation &LocalMTData) | |
| Iso1DMTObjective & | operator= (const Iso1DMTObjective &source) |
| Iso1DMTObjective (const Iso1DMTObjective &Old) | |
| virtual | ~Iso1DMTObjective () |
| virtual Iso1DMTObjective * | clone () const |
| clone clones the current object, derived from GeneralObjective | |
| virtual void | WriteModel (const std::string &filename) |
| write the current model to a file | |
| virtual void | WritePlot (const std::string &filename) |
| write the current model for plotting to a file | |
| virtual void | WriteData (const std::string &filename) |
| Write current data to a file. | |
Here we implement the specific calls to generate data for a 1D isotropic model, the misfit and the type of data to fit are all set and calculated in the base class C1DMTObjective
Definition at line 11 of file Iso1DMTObjective.h.
| Iso1DMTObjective::Iso1DMTObjective | ( | const MTStation & | LocalMTData | ) | [explicit] |
| Iso1DMTObjective::Iso1DMTObjective | ( | const Iso1DMTObjective & | Old | ) |
Definition at line 16 of file Iso1DMTObjective.cpp.
| Iso1DMTObjective::~Iso1DMTObjective | ( | ) | [virtual] |
Definition at line 22 of file Iso1DMTObjective.cpp.
| virtual Iso1DMTObjective* Iso1DMTObjective::clone | ( | ) | const [inline, virtual] |
clone clones the current object, derived from GeneralObjective
Implements GeneralObjective.
Definition at line 31 of file Iso1DMTObjective.h.
References Iso1DMTObjective().
| Iso1DMTObjective & Iso1DMTObjective::operator= | ( | const Iso1DMTObjective & | source | ) |
| virtual void Iso1DMTObjective::WriteData | ( | const std::string & | filename | ) | [inline, virtual] |
Write current data to a file.
Implements C1DMTObjective.
Definition at line 46 of file Iso1DMTObjective.h.
References MTStation::WriteAsMtt().
| virtual void Iso1DMTObjective::WriteModel | ( | const std::string & | filename | ) | [inline, virtual] |
write the current model to a file
Implements C1DMTObjective.
Definition at line 36 of file Iso1DMTObjective.h.
References C1DMTSynthData::WriteModel().
| virtual void Iso1DMTObjective::WritePlot | ( | const std::string & | filename | ) | [inline, virtual] |
write the current model for plotting to a file
Implements C1DMTObjective.
Definition at line 41 of file Iso1DMTObjective.h.
References C1DMTSynthData::WritePlot().
1.5.8