#include <Aniso1DMTObjective.h>

Public Member Functions | |
| Aniso1DMTObjective & | operator= (const Aniso1DMTObjective &source) |
| Aniso1DMTObjective (const Aniso1DMTObjective &Old) | |
| Aniso1DMTObjective (const MTStation &LocalMTData) | |
| virtual | ~Aniso1DMTObjective () |
| virtual Aniso1DMTObjective * | clone () const |
| We need clone and create for building an array of derived objects, see FAQ lite 20.8, the return type depends on the derived class. | |
| 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. | |
Definition at line 6 of file Aniso1DMTObjective.h.
| Aniso1DMTObjective::Aniso1DMTObjective | ( | const Aniso1DMTObjective & | Old | ) |
| Aniso1DMTObjective::Aniso1DMTObjective | ( | const MTStation & | LocalMTData | ) | [explicit] |
Definition at line 4 of file Aniso1DMTObjective.cpp.
| Aniso1DMTObjective::~Aniso1DMTObjective | ( | ) | [virtual] |
Definition at line 24 of file Aniso1DMTObjective.cpp.
| virtual Aniso1DMTObjective* Aniso1DMTObjective::clone | ( | ) | const [inline, virtual] |
We need clone and create for building an array of derived objects, see FAQ lite 20.8, the return type depends on the derived class.
Implements GeneralObjective.
Definition at line 17 of file Aniso1DMTObjective.h.
References Aniso1DMTObjective().
| Aniso1DMTObjective & Aniso1DMTObjective::operator= | ( | const Aniso1DMTObjective & | source | ) |
| virtual void Aniso1DMTObjective::WriteData | ( | const std::string & | filename | ) | [inline, virtual] |
Write current data to a file.
Implements C1DMTObjective.
Definition at line 23 of file Aniso1DMTObjective.h.
References MTStation::WriteAsMtt().
| virtual void Aniso1DMTObjective::WriteModel | ( | const std::string & | filename | ) | [inline, virtual] |
write the current model to a file
Implements C1DMTObjective.
Definition at line 19 of file Aniso1DMTObjective.h.
References C1DAnisoMTSynthData::WriteModel().
| virtual void Aniso1DMTObjective::WritePlot | ( | const std::string & | filename | ) | [inline, virtual] |
write the current model for plotting to a file
Implements C1DMTObjective.
Definition at line 21 of file Aniso1DMTObjective.h.
References C1DAnisoMTSynthData::WritePlot().
1.5.8