#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 | |
| PTensorMTStation () | |
| virtual | ~PTensorMTStation () |
Definition at line 12 of file PTensorMTStation.h.
| PTensorMTStation::PTensorMTStation | ( | ) |
Definition at line 7 of file PTensorMTStation.cpp.
| PTensorMTStation::~PTensorMTStation | ( | ) | [virtual] |
Definition at line 11 of file PTensorMTStation.cpp.
| const PTensorMTData& PTensorMTStation::at | ( | const unsigned int | i | ) | const [inline] |
Definition at line 17 of file PTensorMTStation.h.
Referenced by main(), and PTensor1DMTObjective::SafeParallel().
| PTensorMTData& PTensorMTStation::at | ( | const unsigned int | i | ) | [inline] |
Definition at line 18 of file PTensorMTStation.h.
| std::vector<PTensorMTData>& PTensorMTStation::GetTensor | ( | ) | [inline] |
Definition at line 19 of file PTensorMTStation.h.
Referenced by main(), and PTensor1DMTObjective::SafeParallel().
| const std::vector<PTensorMTData>& PTensorMTStation::GetTensor | ( | ) | const [inline] |
Definition at line 20 of file PTensorMTStation.h.
| const trealdata PTensorMTStation::GetFrequencies | ( | ) | const |
Definition at line 29 of file PTensorMTStation.cpp.
References PTensorMTData::GetFrequency().
Referenced by PTensor1DMTObjective::SafeParallel().
| void PTensorMTStation::GetData | ( | const std::string & | filename | ) |
| void PTensorMTStation::WriteData | ( | const std::string & | filename | ) |
| PTensorMTStation & PTensorMTStation::operator= | ( | const MTStation & | MTData | ) |
copies the phase tensor elements calculated from the impedance in MTData, but without errors
Definition at line 15 of file PTensorMTStation.cpp.
References MTStation::at(), MTTensor::GetFrequency(), MTStation::GetMTData(), MTTensor::GetPhi11(), MTTensor::GetPhi12(), MTTensor::GetPhi21(), and MTTensor::GetPhi22().
1.5.5