UNIVERS
15.3
UNIVERS base processing software API
|
#include <s2_kin_trans.hpp>
Public Member Functions | |
PolyKinShift (const LeastSquares2D::PolyCoeffs &coeffs, bool dir=true) | |
virtual double | getHodPoint (double L) const |
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 | |
LeastSquares2D::PolyCoeffs | m_coeffs |
Protected Attributes inherited from S2KinTrans::AbstractKinShift | |
bool | m_dir |
Polynomial kinematic shift.
|
protectedvirtual |
Calculates shift for provided L.
Implements S2KinTrans::AbstractKinShift.
|
virtual |
Calculates time for provided L
Implements S2KinTrans::AbstractKinShift.
|
protected |
Arry of coefficvients c[0]+c[1]*L+...