#include <JoinObject.h>
Public Member Functions | |
Interpolator (const Interp< Tx, Ty > *interp) | |
virtual vector< bool > | interpolate (JoinObject< Tx, Ty > *join_obj) const |
Protected Attributes | |
const Interp< Tx, Ty > * | _interp |
QDOS::Interpolator< Tx, Ty >::Interpolator | ( | const Interp< Tx, Ty > * | interp | ) | [inline] |
vector< bool > QDOS::Interpolator< Tx, Ty >::interpolate | ( | JoinObject< Tx, Ty > * | join_obj | ) | const [inline, virtual] |
Reimplemented in QDOS::GapHandler< Tx, Ty >, QDOS::FillGaps< Tx, Ty >, and QDOS::GapInterp< Tx, Ty >.
const Interp<Tx,Ty>* QDOS::Interpolator< Tx, Ty >::_interp [protected] |