CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
Loading...
Searching...
No Matches
interpolate.h File Reference

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 *)
 

Detailed Description

Definitions of routines which return interpolated value at x from parallel arrays.

TODO 001 A more detailed description of these routines.

Author
Modified by David Favis-Mortlock and Andres Payo
Date
2025

Definition in file interpolate.h.

Function Documentation

◆ dGetInterpolatedValue() [1/2]

double dGetInterpolatedValue ( vector< double > const * ,
vector< double > const * ,
double ,
bool  )

◆ dGetInterpolatedValue() [2/2]

double dGetInterpolatedValue ( vector< int > const * ,
vector< double > const * ,
int ,
bool  )

◆ nFindIndex()

int nFindIndex ( vector< double > const * ,
double const  )

◆ VdInterpolateCShoreProfileOutput()

vector< double > VdInterpolateCShoreProfileOutput ( vector< double > const * ,
vector< double > const * ,
vector< double > const *  )