CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
Definitions of routines which return interpolated value at x from parallel arrays. More...
Go to the source code of this file.
Functions | |
double | dGetInterpolatedValue (vector< double > const *, vector< double > const *, double, bool) |
double | dGetInterpolatedValue (vector< int > const *, vector< double > const *, int, bool) |
int | nFindIndex (vector< double > const *, double const) |
vector< double > | VdInterpolateCShoreProfileOutput (vector< double > const *, vector< double > const *, vector< double > const *) |
Definitions of routines which return interpolated value at x from parallel arrays.
TODO 001 A more detailed description of these routines.
Definition in file interpolate.h.
double dGetInterpolatedValue | ( | vector< double > const * | , |
vector< double > const * | , | ||
double | , | ||
bool | ) |
int nFindIndex | ( | vector< double > const * | , |
double const | ) |