UNIVERS
15.3
UNIVERS base processing software API
|
#include <sim_vel_model.hpp>
Public Member Functions | |
virtual const ParamsT & | operator() (const Point2D &coords) const =0 |
Abstract velocity model. Just provides interface for Parameters(x,z) obtaining. ParamsT - type of parameters.
|
pure virtual |
Get parameters for provided coordinates. Should be implemented.
Coordinates of the model for parameters obtaining.
Implemented in sim::VelModel1D2D< ParamsT >.