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