/* HoleFiller.h */ #ifndef _HOLEFILLER_H #define _HOLEFILLER_H /* local prototypes: */ void HoleFillerUsage(void); #include "../../c/include/globals.h" #include "../../c/modules/modules.h" #include "../../c/Container/Container.h" #include "../../c/shared/shared.h" #include "../../c/issm-binding.h" #undef __FUNCT__ #define __FUNCT__ "HoleFiller" /* serial input macros: */ #define IMAGEIN prhs[0] #define SMOOTH prhs[1] /* serial output macros: */ #define IMAGEOUT &plhs[0] /* serial arg counts: */ #undef NLHS #define NLHS 1 #undef NRHS #define NRHS 2 #endif /* _HOLEFILLER_H */