CMagneticTF Class Reference

#include <CMagneticTF.h>

Collaboration diagram for CMagneticTF:

Collaboration graph
[legend]
List of all members.

Public Member Functions

std::complex< double > GetTx () const
std::complex< double > GetTy () const
double GetRz () const
 Coherency for the z-direction (Vertical magnetic field).
double GetdTx () const
double GetdTy () const
 CMagneticTF ()
virtual ~CMagneticTF ()

Friends

class CMTStation

Detailed Description

Definition at line 5 of file CMagneticTF.h.


Constructor & Destructor Documentation

CMagneticTF::CMagneticTF (  ) 

Definition at line 3 of file CMagneticTF.cpp.

00003                         :
00004 Tx(0),
00005 Ty(0),
00006 dTx(0),
00007 dTy(0),
00008 Rz(0),
00009 frequency(0)
00010 {
00011 }

CMagneticTF::~CMagneticTF (  )  [virtual]

Definition at line 13 of file CMagneticTF.cpp.

00014 {
00015 }


Member Function Documentation

std::complex<double> CMagneticTF::GetTx (  )  const [inline]

Definition at line 15 of file CMagneticTF.h.

00015 {return Tx;}

std::complex<double> CMagneticTF::GetTy (  )  const [inline]

Definition at line 16 of file CMagneticTF.h.

00016 {return Ty;}

double CMagneticTF::GetRz (  )  const [inline]

Coherency for the z-direction (Vertical magnetic field).

Definition at line 18 of file CMagneticTF.h.

00018 {return Rz;}

double CMagneticTF::GetdTx (  )  const [inline]

Definition at line 19 of file CMagneticTF.h.

00019 {return dTx;}

double CMagneticTF::GetdTy (  )  const [inline]

Definition at line 20 of file CMagneticTF.h.

00020 {return dTy;}


Friends And Related Function Documentation

friend class CMTStation [friend]

Definition at line 21 of file CMagneticTF.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 22 14:07:43 2007 for GPLIB++ by  doxygen 1.5.1