OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
cgal_interp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int cgal_nnc (int nxy, float *x, float *y, int nxyq, float *xq, float *yq)
 
int cgal_interp2 (int nxy, float *x, float *y, float *v, int nxyq, float *vq, int nnc_tag)
 
int cgal_release_tag (int nnc_tag)
 

Function Documentation

◆ cgal_interp2()

int cgal_interp2 ( int  nxy,
float *  x,
float *  y,
float *  v,
int  nxyq,
float *  vq,
int  nnc_tag 
)

Definition at line 74 of file cgal_interp.cpp.

◆ cgal_nnc()

int cgal_nnc ( int  nxy,
float *  x,
float *  y,
int  nxyq,
float *  xq,
float *  yq 
)

Definition at line 27 of file cgal_interp.cpp.

◆ cgal_release_tag()

int cgal_release_tag ( int  nnc_tag)

Definition at line 111 of file cgal_interp.cpp.