Ice Sheet System Model  4.18
Code documentation
KMLMeshWritex.h
Go to the documentation of this file.
1 
5 #ifndef _KMLMESHWRITEX_H
6 #define _KMLMESHWRITEX_H
7 
8 #include <float.h> /* DBL_MAX */
9 #include "../../kml/kmlobjects.h"
10 
11 /* local prototypes: */
12 void KMLMeshWritex(int* ierror,
13  char* name,
14  char* notes,
15  int* elem,int melem,int nelem,
16  int* nodecon,int mncon,int nncon,
17  double* lat, double* lng,
18  int* part,
19  double* data, int mdata, int ndata,
20  double* cmap, int mcmap, int ncmap,
21  FILE* fid);
22 
23 KML_Folder* KMLMeshElem(int* elem,int melem,int nelem,
24  int* nodecon,int mncon,int nncon,
25  double* lat, double* lng,
26  double* edata,
27  double* cmap, int mcmap, int ncmap);
28 
29 #endif /* _KMLMESHWRITEX_H */
KMLMeshElem
KML_Folder * KMLMeshElem(int *elem, int melem, int nelem, int *nodecon, int mncon, int nncon, double *lat, double *lng, double *edata, double *cmap, int mcmap, int ncmap)
Definition: KMLMeshWritex.cpp:213
KMLMeshWritex
void KMLMeshWritex(int *ierror, char *name, char *notes, int *elem, int melem, int nelem, int *nodecon, int mncon, int nncon, double *lat, double *lng, int *part, double *data, int mdata, int ndata, double *cmap, int mcmap, int ncmap, FILE *fid)
Definition: KMLMeshWritex.cpp:8
KML_Folder
Definition: KML_Folder.h:15