Last change
on this file since 11995 was 11995, checked in by Mathieu Morlighem, 13 years ago |
merged trunk-jpl and trunk for revision 11994M
|
File size:
678 bytes
|
Rev | Line | |
---|
[4773] | 1 |
|
---|
| 2 | /*
|
---|
| 3 | MeshProfileIntersection.h
|
---|
| 4 | */
|
---|
| 5 |
|
---|
| 6 |
|
---|
| 7 | #ifndef _MESHPROFILEINTERSECTION_H
|
---|
| 8 | #define _MESHPROFILEINTERSECTION_H
|
---|
| 9 |
|
---|
| 10 | /* local prototypes: */
|
---|
| 11 | void MeshProfileIntersectionUsage(void);
|
---|
| 12 |
|
---|
[11995] | 13 | #include "../../c/include/globals.h"
|
---|
[4773] | 14 | #include "../../c/modules/modules.h"
|
---|
| 15 | #include "../../c/Container/Container.h"
|
---|
| 16 | #include "../../c/shared/shared.h"
|
---|
| 17 |
|
---|
| 18 | #undef __FUNCT__
|
---|
| 19 | #define __FUNCT__ "MeshProfileIntersection"
|
---|
| 20 |
|
---|
| 21 | /* input macros: */
|
---|
| 22 | #define INDEX prhs[0]
|
---|
| 23 | #define X prhs[1]
|
---|
| 24 | #define Y prhs[2]
|
---|
| 25 | #define FILENAME prhs[3]
|
---|
| 26 |
|
---|
| 27 | /* serial output macros: */
|
---|
| 28 | #define SEGMENTS (mxArray**)&plhs[0]
|
---|
| 29 |
|
---|
| 30 | /* serial arg counts: */
|
---|
| 31 | #undef NLHS
|
---|
| 32 | #define NLHS 1
|
---|
| 33 | #undef NRHS
|
---|
| 34 | #define NRHS 4
|
---|
| 35 |
|
---|
| 36 | #endif /* _MESHPROFILEINTERSECTION_H */
|
---|
| 37 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.