1 #ifndef ANISO1DMTOBJECTIVE_H_
2 #define ANISO1DMTOBJECTIVE_H_
void WritePlot(std::string filename)
ublas::vector< double > ttranscribed
virtual void WritePlot(const std::string &filename)
write the current model for plotting to a file
void WriteModel(std::string filename)
virtual void WriteModel(const std::string &filename)
write the current model to a file
Aniso1DMTObjective(const Aniso1DMTObjective &Old)
Calculate response of a 1D anisotropic model, code is based on Pek and Santos fortran code...
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.
Aniso1DMTObjective & operator=(const Aniso1DMTObjective &source)
The class MTStation is used to store the transfer functions and related information for a MT-site...
virtual ~Aniso1DMTObjective()
void WriteAsMtt(const std::string filename)
Write data in goettingen .mtt format.
C1DMTObjective is the base class for MT misfit calculations from 1D models, it provides common functi...
virtual void WriteData(const std::string &filename)
Write current data to a file.