Line | |
---|
1 |
|
---|
2 | /*
|
---|
3 | ContourToNodes.h
|
---|
4 | */
|
---|
5 |
|
---|
6 |
|
---|
7 | #ifndef _CONTOURTONODES_H
|
---|
8 | #define _CONTOURTONODES_H
|
---|
9 |
|
---|
10 | /* local prototypes: */
|
---|
11 | void ContourToNodesUsage(void);
|
---|
12 |
|
---|
13 | #include "../../c/include/globals.h"
|
---|
14 | #include "../../c/modules/modules.h"
|
---|
15 | #include "../../c/Container/Container.h"
|
---|
16 | #include "../../c/shared/shared.h"
|
---|
17 | #include "../../c/issm-binding.h"
|
---|
18 |
|
---|
19 | #undef __FUNCT__
|
---|
20 | #define __FUNCT__ "ContourToNodes"
|
---|
21 |
|
---|
22 |
|
---|
23 | #ifndef ALL
|
---|
24 | #define ALL 0
|
---|
25 | #endif
|
---|
26 |
|
---|
27 | /* input macros: */
|
---|
28 | #define XHANDLE prhs[0]
|
---|
29 | #define YHANDLE prhs[1]
|
---|
30 | #define FILENAME prhs[2]
|
---|
31 | #define EDGEVALUEHANDLE prhs[3]
|
---|
32 |
|
---|
33 | /* serial output macros: */
|
---|
34 | #define FLAGS (mxArray**)&plhs[0]
|
---|
35 |
|
---|
36 | /* serial arg counts: */
|
---|
37 | #undef NLHS
|
---|
38 | #define NLHS 1
|
---|
39 | #undef NRHS
|
---|
40 | #define NRHS 4
|
---|
41 |
|
---|
42 |
|
---|
43 | #endif /* _CONTOURTONODES_H */
|
---|
44 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.