All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Types | Public Member Functions | Static Public Member Functions
QGpCoreWave::MagnetoTelluricPointOptions Class Reference

Brief description of class still missing. More...

#include <MagnetoTelluricPointOptions.h>

Inheritance diagram for QGpCoreWave::MagnetoTelluricPointOptions:
QGpCoreTools::AbstractComplexPointOptions QGpCoreTools::CurvePointOptions

List of all members.

Public Types

enum  OutputMode {
  ApparentResistivity, AbsoluteValue, PhaseDegrees, PhaseRadians,
  Real, Imaginary
}

Public Member Functions

virtual void fromDouble (double x, Complex &c, double v) const
 MagnetoTelluricPointOptions (OutputMode m=ApparentResistivity)
 MagnetoTelluricPointOptions (const MagnetoTelluricPointOptions &o)
OutputMode mode () const
void setMode (OutputMode m)
virtual double toDouble (double x, const Complex &c) const

Static Public Member Functions

static double toAbsoluteValue (double frequency, double apparentResistivity)
static double toApparentResistivity (double frequency, double absoluteValue)

Detailed Description

Brief description of class still missing.

Full description of class still missing


Member Enumeration Documentation

Enumerator:
ApparentResistivity 
AbsoluteValue 
PhaseDegrees 
PhaseRadians 
Real 
Imaginary 

Constructor & Destructor Documentation

: AbstractComplexPointOptions() {_mode=o._mode;}

Member Function Documentation

void QGpCoreWave::MagnetoTelluricPointOptions::fromDouble ( double  x,
Complex c,
double  v 
) const [virtual]
{return _mode;}
double QGpCoreWave::MagnetoTelluricPointOptions::toAbsoluteValue ( double  frequency,
double  apparentResistivity 
) [inline, static]

References MAGNETIC_CONSTANT, and QGpCoreTools::sqrt().

Referenced by fromDouble().

{
  return ::sqrt(apparentResistivity*(2*M_PI*frequency)/MAGNETIC_CONSTANT);
}
double QGpCoreWave::MagnetoTelluricPointOptions::toApparentResistivity ( double  frequency,
double  absoluteValue 
) [inline, static]

References MAGNETIC_CONSTANT.

Referenced by toDouble().

{
  return absoluteValue*absoluteValue*MAGNETIC_CONSTANT/(2*M_PI*frequency);
}
double QGpCoreWave::MagnetoTelluricPointOptions::toDouble ( double  x,
const Complex c 
) const [virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines