OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
cgal_interp.h
Go to the documentation of this file.
1 #ifndef CGAL_INTERP_H
2 #define CGAL_INTERP_H
3 
4 int cgal_nnc( int nxy, float *x, float *y, int nxyq, float *xq, float *yq);
5 int cgal_interp2( int nxy, float *x, float *y, float *v, int nxyq, float *vq, int nnc_tag);
6 int cgal_release_tag( int nnc_tag);
7 
8 #endif
int cgal_interp2(int nxy, float *x, float *y, float *v, int nxyq, float *vq, int nnc_tag)
Definition: cgal_interp.cpp:74
int cgal_release_tag(int nnc_tag)
int cgal_nnc(int nxy, float *x, float *y, int nxyq, float *xq, float *yq)
Definition: cgal_interp.cpp:27