Rev | Line | |
---|
[1103] | 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 |
|
---|
[11933] | 13 | #include "../../c/include/globals.h"
|
---|
[3913] | 14 | #include "../../c/modules/modules.h"
|
---|
[4236] | 15 | #include "../../c/Container/Container.h"
|
---|
[3712] | 16 | #include "../../c/shared/shared.h"
|
---|
[12013] | 17 | #include "../../c/issm-binding.h"
|
---|
[1103] | 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]
|
---|
[5019] | 30 | #define FILENAME prhs[2]
|
---|
[1103] | 31 | #define EDGEVALUEHANDLE prhs[3]
|
---|
| 32 |
|
---|
| 33 | /* serial output macros: */
|
---|
| 34 | #define FLAGS (mxArray**)&plhs[0]
|
---|
| 35 |
|
---|
| 36 | /* serial arg counts: */
|
---|
| 37 | #undef NLHS
|
---|
[3249] | 38 | #define NLHS 1
|
---|
[1103] | 39 | #undef NRHS
|
---|
| 40 | #define NRHS 4
|
---|
| 41 |
|
---|
| 42 |
|
---|
| 43 | #endif /* _CONTOURTONODES_H */
|
---|
| 44 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.