Ice Sheet System Model  4.18
Code documentation
ContourToNodesx.h
Go to the documentation of this file.
1 /*
2  ContourToNodesx.h
3 */
4 
5 #ifndef _CONTOURTONODESX_H
6 #define _CONTOURTONODESX_H
7 
8 #include "../../shared/shared.h"
9 #include "../../classes/classes.h"
10 
11 /* local prototypes: */
12 int ContourToNodesx(IssmPDouble** pflags,double* x, double* y, int nods, Contour<IssmPDouble>** contours,int numcontours,int edgevalue);
13 int ContourToNodesx(IssmPDouble** pflags,double* x, double* y, int nods, Contours* contours, int edgevalue);
14 
15 #endif /* _CONTOURTONODESX_H */
Contours
Declaration of Contours class.
Definition: Contours.h:10
Contour
Definition: Contour.h:15
ContourToNodesx
int ContourToNodesx(IssmPDouble **pflags, double *x, double *y, int nods, Contour< IssmPDouble > **contours, int numcontours, int edgevalue)
Definition: ContourToNodesx.cpp:6
IssmPDouble
IssmDouble IssmPDouble
Definition: types.h:38