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