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