All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions
QGpCoreWave::TheoreticalLinearFK Class Reference

Brief description of class still missing. More...

#include <TheoreticalLinearFK.h>

Inheritance diagram for QGpCoreWave::TheoreticalLinearFK:
QGpCoreWave::TheoreticalFK QGpCoreTools::AbstractFunction2 ArrayCore::KmaxSolver ArrayCore::KminSolver

List of all members.

Public Member Functions

const Angleangle () const
void setAngle (const Angle &a)
void setAzimuth (double a)
void setRadians (double a)
 TheoreticalLinearFK (const QVector< Point2D > &stations)
virtual double value (double k)
double y (double k)

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

: TheoreticalFK(stations) {}

Member Function Documentation

Referenced by ArrayGui::ArrayResponse::setAzimuth().

{return _angle;}
void QGpCoreWave::TheoreticalLinearFK::setAngle ( const Angle a) [inline]
{_angle=a;}
void QGpCoreWave::TheoreticalLinearFK::setAzimuth ( double  a) [inline]
void QGpCoreWave::TheoreticalLinearFK::setRadians ( double  a) [inline]
double QGpCoreWave::TheoreticalLinearFK::value ( double  k) [inline, virtual]
double QGpCoreWave::TheoreticalLinearFK::y ( double  k) [inline]
{return value(k)-0.5;}

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