CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
Loading...
Searching...
No Matches
interpolate.h
Go to the documentation of this file.
1
11
12#ifndef INTERPOLATE_H
13#define INTERPOLATE_H
14/*===============================================================================================================================
15
16This file is part of CoastalME, the Coastal Modelling Environment.
17
18CoastalME is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
19
20This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
21
22You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23
24===============================================================================================================================*/
25double dGetInterpolatedValue(vector<double> const*, vector<double> const*, double, bool);
26double dGetInterpolatedValue(vector<int> const*, vector<double> const*, int, bool);
27int nFindIndex(vector<double> const*, double const);
29#endif // INTERPOLATE_H
STL class.
double dGetInterpolatedValue(vector< double > const *, vector< double > const *, double, bool)
vector< double > VdInterpolateCShoreProfileOutput(vector< double > const *, vector< double > const *, vector< double > const *)
int nFindIndex(vector< double > const *, double const)