| 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"
|
|---|
| [1103] | 17 |
|
|---|
| 18 | #undef __FUNCT__
|
|---|
| 19 | #define __FUNCT__ "ContourToNodes"
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | #ifndef ALL
|
|---|
| 23 | #define ALL 0
|
|---|
| 24 | #endif
|
|---|
| 25 |
|
|---|
| 26 | /* input macros: */
|
|---|
| 27 | #define XHANDLE prhs[0]
|
|---|
| 28 | #define YHANDLE prhs[1]
|
|---|
| [5019] | 29 | #define FILENAME prhs[2]
|
|---|
| [1103] | 30 | #define EDGEVALUEHANDLE prhs[3]
|
|---|
| 31 |
|
|---|
| 32 | /* serial output macros: */
|
|---|
| 33 | #define FLAGS (mxArray**)&plhs[0]
|
|---|
| 34 |
|
|---|
| 35 | /* serial arg counts: */
|
|---|
| 36 | #undef NLHS
|
|---|
| [3249] | 37 | #define NLHS 1
|
|---|
| [1103] | 38 | #undef NRHS
|
|---|
| 39 | #define NRHS 4
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 | #endif /* _CONTOURTONODES_H */
|
|---|
| 43 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.