#include <string>#include <map>#include "Sequence.h"#include "LinearInterp.h"#include "Average.h"#include "NNeighbour.h"Classes | |
| class | QDOS::InterpException |
| class | QDOS::InterpFailed |
| class | QDOS::InterpNotDefined |
| class | QDOS::Interp< Tx, Ty > |
| class | QDOS::LinearInterp< Tx, Ty > |
| class | QDOS::Average< Tx, Ty > |
| class | QDOS::NNeighbour< Tx, Ty > |
| class | QDOS::InterpTypes< Tx, Ty > |
Namespaces | |
| namespace | QDOS |
Defines | |
| #define | LINEAR "linear" |
| #define | BOXCAR "boxcar average" |
| #define | NEAREST_NEIGHBOUR "nearest neighbour" |
| #define | CUBIC "cubic spline" |
| #define BOXCAR "boxcar average" |
| #define CUBIC "cubic spline" |
| #define LINEAR "linear" |
| #define NEAREST_NEIGHBOUR "nearest neighbour" |
1.5.7