MOOS 0.2375
Public Types | Public Member Functions
CTimeNumericInterpolator< T > Class Template Reference

Interpolator to use with interpbuffer. More...

#include <InterpBuffer.h>

List of all members.

Public Types

typedef std::pair< double, T > TIME_DOUBLE_NUM_PAIR

Public Member Functions

operator() (const TIME_DOUBLE_NUM_PAIR &loPair, const TIME_DOUBLE_NUM_PAIR &hiPair, double dfInterpTime) const

Detailed Description

template<class T>
class CTimeNumericInterpolator< T >

Interpolator to use with interpbuffer.

Definition at line 150 of file InterpBuffer.h.


Member Typedef Documentation

template<class T >
typedef std::pair<double,T> CTimeNumericInterpolator< T >::TIME_DOUBLE_NUM_PAIR

Definition at line 154 of file InterpBuffer.h.


Member Function Documentation

template<class T >
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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines