UNIVERS
15.3
UNIVERS base processing software API
|
#include <s2_kin_trans.hpp>
Public Member Functions | |
AVelKinShift (double t0, double v, bool dir=true) | |
virtual double | getHodPoint (double L) const |
void | setT0 (double t0) |
double | getT0 () |
void | setVel (double v) |
double | getVel () |
void | setLockedParams (double t0, double L) |
Public Member Functions inherited from S2KinTrans::AbstractKinShift | |
AbstractKinShift (bool dir=true) | |
double | operator() (double L) const |
void | setDir (bool dir) |
bool | getDir () const |
Protected Member Functions | |
virtual double | calc (double L) const |
Protected Attributes | |
double | m_t0 |
double | m_v |
Protected Attributes inherited from S2KinTrans::AbstractKinShift | |
bool | m_dir |
Hyperbolic velocity kinematic shift.
|
protectedvirtual |
Calculates shift for provided L.
Implements S2KinTrans::AbstractKinShift.
|
virtual |
Calculates time for provided L
Implements S2KinTrans::AbstractKinShift.