source: issm/trunk/src/mex/KMLOverlay/KMLOverlay.h@ 11995

Last change on this file since 11995 was 11995, checked in by Mathieu Morlighem, 13 years ago

merged trunk-jpl and trunk for revision 11994M

File size: 596 bytes
Line 
1/*!\file KMLOverlay.h
2 * \brief: prototype for KML file overlay mex module.
3 */
4
5#ifndef _KMLOVERLAY_H
6#define _KMLOVERLAY_H
7
8/* local prototypes: */
9void KMLOverlayUsage(void);
10
11#include "../../c/include/globals.h"
12#include "../../c/modules/modules.h"
13#include "../../c/Container/Container.h"
14#include "../../c/shared/shared.h"
15
16#undef __FUNCT__
17#define __FUNCT__ "KMLOverlay"
18
19
20/* serial input macros: */
21#define FILENAME prhs[0]
22
23/* serial output macros: */
24#define ERRORFLAG (mxArray**)&plhs[0]
25
26/* serial arg counts: */
27#undef NRHS
28#define NRHS 1
29#undef NLHS
30#define NLHS 1
31
32#endif
Note: See TracBrowser for help on using the repository browser.