All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <AbstractComplexPointOptions.h>
Public Member Functions | |
AbstractComplexPointOptions () | |
virtual void | fromDouble (double x, Complex &c, double v) const =0 |
virtual double | toDouble (double x, const Complex &c) const =0 |
virtual | ~AbstractComplexPointOptions () |
Brief description of class still missing.
Full description of class still missing
virtual QGpCoreTools::AbstractComplexPointOptions::~AbstractComplexPointOptions | ( | ) | [inline, virtual] |
{}
virtual void QGpCoreTools::AbstractComplexPointOptions::fromDouble | ( | double | x, |
Complex & | c, | ||
double | v | ||
) | const [pure virtual] |
Implemented in QGpCoreWave::MagnetoTelluricPointOptions, and QGpCoreTools::ComplexPointOptions.
Referenced by SciFigs::ComplexStatisticalLine::setY(), and QGpCoreTools::ComplexStatisticalPoint::setY().
virtual double QGpCoreTools::AbstractComplexPointOptions::toDouble | ( | double | x, |
const Complex & | c | ||
) | const [pure virtual] |
Implemented in QGpCoreWave::MagnetoTelluricPointOptions, and QGpCoreTools::ComplexPointOptions.
Referenced by SciFigs::ComplexStatisticalLine::point(), and QGpCoreTools::ComplexStatisticalPoint::y().