All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <TiltPath.h>
Public Member Functions | |
double | abscissa (int iLayer) const |
double | time () const |
Protected Member Functions | |
double | origin () const |
void | setDeepestLayer (int toLayer) |
void | setIntercept (int iLayer, double x, double dt) |
void | setOrigin (double x0) |
TiltPath () | |
Friends | |
class | TiltNode |
Brief description of class still missing.
Represent a ray path from surface to a defined layer. The ray is represented in local layer 1D coordinates (along interface)
QGpCoreWave::TiltPath::TiltPath | ( | ) | [protected] |
double QGpCoreWave::TiltPath::abscissa | ( | int | iLayer | ) | const [inline] |
Referenced by QGpCoreWave::RefractionDippingModel::ray().
{return _x[iLayer];}
double QGpCoreWave::TiltPath::origin | ( | ) | const [inline, protected] |
Referenced by QGpCoreWave::TiltNode::x().
{return _x[0];}
void QGpCoreWave::TiltPath::setDeepestLayer | ( | int | toLayer | ) | [inline, protected] |
void QGpCoreWave::TiltPath::setIntercept | ( | int | iLayer, |
double | x, | ||
double | dt | ||
) | [inline, protected] |
void QGpCoreWave::TiltPath::setOrigin | ( | double | x0 | ) | [inline, protected] |
double QGpCoreWave::TiltPath::time | ( | ) | const [inline] |
{return _dt;}
friend class TiltNode [friend] |