MOOS 0.2375
|
#include <map>
#include <iterator>
#include <assert.h>
#include <math.h>
#include <algorithm>
#include <MOOSGenLib/MOOSGenLibGlobalHelper.h>
Go to the source code of this file.
Classes | |
class | TInterpBuffer< Key, Data, InterpFunc, Compare > |
a buffer to store data and get interp values by index with time More... | |
class | CTimeNumericInterpolator< T > |
Interpolator to use with interpbuffer. More... | |
class | CTimeGenericInterpolator< T > |
TimeInterpolator for use with InterpBuffer. More... | |
class | ClosestInterpFunc< T > |
Interpfunction for use with InterpBuffer. More... |