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

Brief description of class still missing. More...

#include <Resistivity1DModel.h>

List of all members.

Public Member Functions

virtual QString helpCode () const
Resistivity1DModelmodel () const
 ResistivityContext ()

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

Description of constructor still missing

References TRACE.

  {
    TRACE;
    addVariable("n", new Resistivity1DModel::VariableN(this));
    addVariable("d", new Resistivity1DModel::VariableD(this));
    addVariable("res", new Resistivity1DModel::VariableRes(this));
  }

Member Function Documentation

References TRACE.

  {
    TRACE;
    return "   n      Number of layers in model\n"
           "   d[i]   Depth for layer i [0,n-2]\n"
           "   res[i  Resistivity for layer i [0,n-1]\n";
  }
{return static_cast<Resistivity1DModel *>(_model);}

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