All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <TheoreticalFK.h>
Public Member Functions | |
const QVector< Point2D > & | stations () const |
TheoreticalFK (const QVector< Point2D > &stations) | |
virtual double | value (double kx, double ky) const |
Brief description of class still missing.
Full description of class still missing
QGpCoreWave::TheoreticalFK::TheoreticalFK | ( | const QVector< Point2D > & | stations | ) |
Description of constructor still missing
References stations(), and TRACE.
const QVector<Point2D>& QGpCoreWave::TheoreticalFK::stations | ( | ) | const [inline] |
Referenced by ArrayCore::KminSolver::calculate(), and TheoreticalFK().
{return _stations;}
double QGpCoreWave::TheoreticalFK::value | ( | double | x, |
double | y | ||
) | const [inline, virtual] |
Implemement this function to calculate the 2D function at x and y.
Implements QGpCoreTools::AbstractFunction2.
References QGpCoreTools::cos(), QGpCoreTools::sin(), TRACE, QGpCoreTools::Point2D::x(), and QGpCoreTools::Point2D::y().