#include <Interp.h>
Public Member Functions | |
virtual vector< bool > | operator() (const NumericSequence< Tx > &x_in, const NumericSequence< Ty > &y_in, NumericSequence< Tx > &x_out, NumericSequence< Ty > &y_out, double ave_width) const |
virtual vector< bool > | operator() (const NumericSequence< Tx > &x_in, const NumericSequence< Ty > &y_in, NumericSequence< Tx > &x_out, NumericSequence< Ty > &y_out, double ave_width, const Ty &fill_value) const |
virtual vector< bool > | operator() (const NumericSequence< Tx > &x_in, const NumericSequence< Ty > &y_in, NumericSequence< Tx > &x_out, NumericSequence< Ty > &y_out, double ave_width, const Interp< Tx, Ty > *gap_interp) const |
virtual string | interp_srep () const |
virtual string QDOS::Average< Tx, Ty >::interp_srep | ( | ) | const [inline, virtual] |
Implements QDOS::Interp< Tx, Ty >.
virtual vector<bool> QDOS::Average< Tx, Ty >::operator() | ( | const NumericSequence< Tx > & | x_in, | |
const NumericSequence< Ty > & | y_in, | |||
NumericSequence< Tx > & | x_out, | |||
NumericSequence< Ty > & | y_out, | |||
double | ave_width, | |||
const Interp< Tx, Ty > * | gap_interp | |||
) | const [inline, virtual] |
Reimplemented from QDOS::Interp< Tx, Ty >.
virtual vector<bool> QDOS::Average< Tx, Ty >::operator() | ( | const NumericSequence< Tx > & | x_in, | |
const NumericSequence< Ty > & | y_in, | |||
NumericSequence< Tx > & | x_out, | |||
NumericSequence< Ty > & | y_out, | |||
double | ave_width, | |||
const Ty & | fill_value | |||
) | const [inline, virtual] |
Reimplemented from QDOS::Interp< Tx, Ty >.
virtual vector<bool> QDOS::Average< Tx, Ty >::operator() | ( | const NumericSequence< Tx > & | x_in, | |
const NumericSequence< Ty > & | y_in, | |||
NumericSequence< Tx > & | x_out, | |||
NumericSequence< Ty > & | y_out, | |||
double | ave_width | |||
) | const [inline, virtual] |
Reimplemented from QDOS::Interp< Tx, Ty >.