GPLIB++
|
#include <PTensorMTStation.h>
Public Member Functions | |
const PTensorMTData & | at (const unsigned int i) const |
PTensorMTData & | at (const unsigned int i) |
std::vector< PTensorMTData > & | GetTensor () |
const std::vector < PTensorMTData > & | GetTensor () const |
const trealdata | GetFrequencies () const |
void | GetData (const std::string &filename) |
void | WriteData (const std::string &filename) |
PTensorMTStation & | operator= (const MTStation &MTData) |
copies the phase tensor elements calculated from the impedance in MTData, but without errors More... | |
PTensorMTStation () | |
virtual | ~PTensorMTStation () |
Definition at line 14 of file PTensorMTStation.h.
gplib::PTensorMTStation::PTensorMTStation | ( | ) |
Definition at line 10 of file PTensorMTStation.cpp.
|
virtual |
Definition at line 14 of file PTensorMTStation.cpp.
|
inline |
Definition at line 19 of file PTensorMTStation.h.
Referenced by main(), and gplib::PTensor1DMTObjective::SafeParallel().
|
inline |
Definition at line 23 of file PTensorMTStation.h.
void gplib::PTensorMTStation::GetData | ( | const std::string & | filename | ) |
Definition at line 41 of file PTensorMTStation.cpp.
const trealdata gplib::PTensorMTStation::GetFrequencies | ( | ) | const |
Definition at line 33 of file PTensorMTStation.cpp.
Referenced by gplib::PTensor1DMTObjective::SafeParallel().
|
inline |
Definition at line 27 of file PTensorMTStation.h.
Referenced by main(), and gplib::PTensor1DMTObjective::SafeParallel().
|
inline |
Definition at line 31 of file PTensorMTStation.h.
PTensorMTStation & gplib::PTensorMTStation::operator= | ( | const MTStation & | MTData | ) |
copies the phase tensor elements calculated from the impedance in MTData, but without errors
Definition at line 18 of file PTensorMTStation.cpp.
References gplib::MTStation::at(), gplib::MTTensor::GetFrequency(), gplib::MTStation::GetMTData(), gplib::MTTensor::GetPhi11(), gplib::MTTensor::GetPhi12(), gplib::MTTensor::GetPhi21(), and gplib::MTTensor::GetPhi22().
void gplib::PTensorMTStation::WriteData | ( | const std::string & | filename | ) |
Definition at line 61 of file PTensorMTStation.cpp.
Referenced by main().