/* ContourToNodes.h */ #ifndef _CONTOURTONODES_H #define _CONTOURTONODES_H /* local prototypes: */ void ContourToNodesUsage(void); #include "../../c/modules/modules.h" #include "../../c/Container/Container.h" #include "../../c/shared/shared.h" #undef __FUNCT__ #define __FUNCT__ "ContourToNodes" #ifndef ALL #define ALL 0 #endif /* input macros: */ #define XHANDLE prhs[0] #define YHANDLE prhs[1] #define FILENAME prhs[2] #define EDGEVALUEHANDLE prhs[3] /* serial output macros: */ #define FLAGS (mxArray**)&plhs[0] /* serial arg counts: */ #undef NLHS #define NLHS 1 #undef NRHS #define NRHS 4 #endif /* _CONTOURTONODES_H */