source: issm/trunk-jpl/src/mex/HoleFiller/HoleFiller.h@ 10937

Last change on this file since 10937 was 4236, checked in by Eric.Larour, 15 years ago

New Container directory, with the format DataSet files. Split the header files from DataSet.h into Inputs.h, Elements.h, etc ...

File size: 527 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/modules/modules.h"
14#include "../../c/Container/Container.h"
15#include "../../c/shared/shared.h"
16
17#undef __FUNCT__
18#define __FUNCT__ "HoleFiller"
19
20
21/* serial input macros: */
22#define IMAGEIN prhs[0]
23#define SMOOTH prhs[1]
24
25/* serial output macros: */
26#define IMAGEOUT &plhs[0]
27
28/* serial arg counts: */
29#undef NLHS
30#define NLHS 1
31#undef NRHS
32#define NRHS 2
33
34#endif /* _HOLEFILLER_H */
Note: See TracBrowser for help on using the repository browser.