All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <MagnetoTelluricPoint.h>
Public Member Functions | |
int | index () const |
MagnetoTelluricPoint () | |
MagnetoTelluricPoint (double f, const Complex &value) | |
void | setIndex (int i) |
Brief description of class still missing.
Full description of class still missing
{_index=-1;}
QGpCoreWave::MagnetoTelluricPoint::MagnetoTelluricPoint | ( | double | f, |
const Complex & | value | ||
) | [inline] |
: ComplexStatisticalPoint(f, value) {_index=-1;}
int QGpCoreWave::MagnetoTelluricPoint::index | ( | ) | const [inline] |
Referenced by QGpCoreWave::MagnetoTelluricCurve::misfit().
{return _index;}
void QGpCoreWave::MagnetoTelluricPoint::setIndex | ( | int | i | ) | [inline] |
{_index=i;}