MOOS 0.2375
|
Interpolator to use with interpbuffer. More...
#include <InterpBuffer.h>
Public Types | |
typedef std::pair< double, T > | TIME_DOUBLE_NUM_PAIR |
Public Member Functions | |
T | operator() (const TIME_DOUBLE_NUM_PAIR &loPair, const TIME_DOUBLE_NUM_PAIR &hiPair, double dfInterpTime) const |
Interpolator to use with interpbuffer.
Definition at line 150 of file InterpBuffer.h.
typedef std::pair<double,T> CTimeNumericInterpolator< T >::TIME_DOUBLE_NUM_PAIR |
Definition at line 154 of file InterpBuffer.h.
T CTimeNumericInterpolator< T >::operator() | ( | const TIME_DOUBLE_NUM_PAIR & | loPair, |
const TIME_DOUBLE_NUM_PAIR & | hiPair, | ||
double | dfInterpTime | ||
) | const [inline] |
Definition at line 156 of file InterpBuffer.h.