/* MeshProfileIntersection.h */ #ifndef _MESHPROFILEINTERSECTION_H #define _MESHPROFILEINTERSECTION_H /* local prototypes: */ void MeshProfileIntersectionUsage(void); #include "../../c/include/globals.h" #include "../../c/modules/modules.h" #include "../../c/Container/Container.h" #include "../../c/shared/shared.h" #undef __FUNCT__ #define __FUNCT__ "MeshProfileIntersection" /* input macros: */ #define INDEX prhs[0] #define X prhs[1] #define Y prhs[2] #define FILENAME prhs[3] /* serial output macros: */ #define SEGMENTS (mxArray**)&plhs[0] /* serial arg counts: */ #undef NLHS #define NLHS 1 #undef NRHS #define NRHS 4 #endif /* _MESHPROFILEINTERSECTION_H */