source: issm/trunk/src/modules/HoleFiller/HoleFiller.h@ 12331

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

merged trunk-jpl and trunk for revision 12326M

File size: 598 bytes
Line 
1
2/*
3 HoleFiller.h
4*/
5
6
7#ifndef _HOLEFILLER_H
8#define _HOLEFILLER_H
9
10/* local prototypes: */
11void HoleFillerUsage(void);
12
13#include "../../c/include/globals.h"
14#include "../../c/modules/modules.h"
15#include "../../c/Container/Container.h"
16#include "../../c/shared/shared.h"
17#include "../../c/issm-binding.h"
18
19#undef __FUNCT__
20#define __FUNCT__ "HoleFiller"
21
22
23/* serial input macros: */
24#define IMAGEIN prhs[0]
25#define SMOOTH prhs[1]
26
27/* serial output macros: */
28#define IMAGEOUT &plhs[0]
29
30/* serial arg counts: */
31#undef NLHS
32#define NLHS 1
33#undef NRHS
34#define NRHS 2
35
36#endif /* _HOLEFILLER_H */
Note: See TracBrowser for help on using the repository browser.