UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
sim::VelModel< T > Class Template Referenceabstract

#include <sim_vel_model.hpp>

Public Member Functions

virtual const ParamsT & operator() (const Point2D &coords) const =0
 

Detailed Description

template<typename T>
class sim::VelModel< T >

Abstract velocity model. Just provides interface for Parameters(x,z) obtaining. ParamsT - type of parameters.

Member Function Documentation

template<typename T>
virtual const ParamsT& sim::VelModel< T >::operator() ( const Point2D coords) const
pure virtual
Get parameters for provided coordinates. Should be implemented.

Coordinates of the model for parameters obtaining.

Returns
Obtained parameters.

Implemented in sim::VelModel1D2D< ParamsT >.


The documentation for this class was generated from the following files: