All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <RayleighFunction.h>
Public Member Functions | |
| RayleighFunction () | |
| void | setModel (const Seismic1DModel *m) |
| virtual double | value (double x, double y) const |
| ~RayleighFunction () | |
Brief description of class still missing.
Full description of class still missing
Description of constructor still missing
References TRACE.
: AbstractFunction2() { TRACE; _model=0; _rayleigh=0; }
| void QGpCoreWave::RayleighFunction::setModel | ( | const Seismic1DModel * | m | ) |
| double QGpCoreWave::RayleighFunction::value | ( | double | x, |
| double | y | ||
| ) | const [virtual] |
x is frequency in Hz, y is the slowness.
Implements QGpCoreTools::AbstractFunction2.
References QGpCoreWave::RayleighTemplate< RealType >::setOmega(), TRACE, and QGpCoreWave::RayleighTemplate< RealType >::y().