#include <JoinObject.h>
Public Member Functions | |
GapInterp (const Interp< Tx, Ty > *interp, double gap_criterion, const Interp< Tx, Ty > *gap_interp) | |
virtual vector< bool > | interpolate (JoinObject< Tx, Ty > *join_obj) const |
Protected Attributes | |
const Interp< Tx, Ty > * | _gap_interp |
QDOS::GapInterp< Tx, Ty >::GapInterp | ( | const Interp< Tx, Ty > * | interp, | |
double | gap_criterion, | |||
const Interp< Tx, Ty > * | gap_interp | |||
) | [inline] |
vector< bool > QDOS::GapInterp< Tx, Ty >::interpolate | ( | JoinObject< Tx, Ty > * | join_obj | ) | const [inline, virtual] |
Reimplemented from QDOS::GapHandler< Tx, Ty >.
const Interp<Tx,Ty>* QDOS::GapInterp< Tx, Ty >::_gap_interp [protected] |