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

#include <RefractionDippingModel.h>

List of all members.

Public Member Functions

virtual QString helpCode () const
RefractionDippingModelmodel () const
 RefractionContext ()

Constructor & Destructor Documentation

Description of constructor still missing

References TRACE.

  {
    TRACE;
    addVariable( "n", new RefractionDippingModel::VariableN(this));
    addVariable( "dL", new RefractionDippingModel::VariableDL(this));
    addVariable( "dR", new RefractionDippingModel::VariableDR(this));
    addVariable( "v", new RefractionDippingModel::VariableV(this));
  }

Member Function Documentation

References TRACE.

  {
    TRACE;
    return "   n        Number of layers in model\n"
           "   dL[i]    Depth on left side for layer i [0,n-2]\n"
           "   dR[i]    Depth on right side for layer i [0,n-2]\n"
           "   v[i]     Velocity for layer i [0,n-1]\n";
  }
{return static_cast<RefractionDippingModel *>(_model);}

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