UNIVERS
15.3
UNIVERS base processing software API
|
#include <sim_vm_layers.hpp>
Public Member Functions | |
VmLayer1D2D () | |
VmLayer1D2D (const Point2D &i_coords, const CoordT &i_dip) | |
const Point2D & | coords () const |
const CoordT & | dip () const |
CoordT | zCoord (const CoordT &x_coord) const |
Protected Attributes | |
Point2D | m_coords |
CoordT | m_dip |
1D2D velocity model layer with dip.
|
inline |
Default constructor.
|
inline |
Construct layer with parameters provided.
|
inline |
Access to coordinates.
|
inline |
Access to dip.
CoordT sim::VmLayer1D2D::zCoord | ( | const CoordT & | x_coord | ) | const |
Return Z-coordinate of the layer from provided X-coordinate.
|
protected |
Coordinates of initial point.
|
protected |
Dip of the layer (rad).