source:
issm/branches/trunk-jpl-damage/src/mex/TriaSearch/TriaSearch.h@
12004
Last change on this file since 12004 was 12004, checked in by , 13 years ago | |
---|---|
File size: 634 bytes |
Rev | Line | |
---|---|---|
[5354] | 1 | /*!\file TriaSearch.h |
[1172] | 2 | */ |
3 | ||
[5354] | 4 | #ifndef _TRIASEARCH_H |
5 | #define _TRIASEARCH_H | |
[1172] | 6 | |
7 | /* local prototypes: */ | |
[5354] | 8 | void TriaSearchUsage(void); |
[1172] | 9 | |
[12004] | 10 | #include "../../c/include/globals.h" |
[3913] | 11 | #include "../../c/modules/modules.h" |
[4236] | 12 | #include "../../c/Container/Container.h" |
[3712] | 13 | #include "../../c/shared/shared.h" |
[1172] | 14 | |
15 | #undef __FUNCT__ | |
[5354] | 16 | #define __FUNCT__ "TriaSearch" |
[1172] | 17 | |
18 | ||
19 | /* serial input macros: */ | |
20 | #define INDEXHANDLE prhs[0] | |
21 | #define XHANDLE prhs[1] | |
22 | #define YHANDLE prhs[2] | |
[5354] | 23 | #define X0HANDLE prhs[3] |
24 | #define Y0HANDLE prhs[4] | |
[1172] | 25 | |
26 | /* serial output macros: */ | |
[5354] | 27 | #define TRIA (mxArray**)&plhs[0] |
[1172] | 28 | |
29 | /* serial arg counts: */ | |
30 | #undef NLHS | |
31 | #define NLHS 1 | |
32 | ||
[5354] | 33 | #undef NRHS |
34 | #define NRHS 5 | |
35 | ||
[3128] | 36 | #endif |
Note:
See TracBrowser
for help on using the repository browser.