Last change
on this file since 12004 was 12004, checked in by cborstad, 13 years ago |
merged trunk-jpl into trunk-jpl-damage through revision 11990
|
File size:
886 bytes
|
Line | |
---|
1 | /*
|
---|
2 | Response.h
|
---|
3 | */
|
---|
4 |
|
---|
5 | #ifndef _RESPONSE_H
|
---|
6 | #define _RESPONSE_H
|
---|
7 |
|
---|
8 | /* local prototypes: */
|
---|
9 | void ResponseUsage(void);
|
---|
10 |
|
---|
11 | #include "../../c/include/globals.h"
|
---|
12 | #include "../../c/modules/modules.h"
|
---|
13 | #include "../../c/Container/Container.h"
|
---|
14 | #include "../../c/shared/shared.h"
|
---|
15 | #include "../../c/EnumDefinitions/EnumDefinitions.h"
|
---|
16 |
|
---|
17 | #undef __FUNCT__
|
---|
18 | #define __FUNCT__ "Response"
|
---|
19 |
|
---|
20 | /* serial input macros: */
|
---|
21 | #define ELEMENTS (mxArray*)prhs[0]
|
---|
22 | #define NODES (mxArray*)prhs[1]
|
---|
23 | #define VERTICES (mxArray*)prhs[2]
|
---|
24 | #define LOADS (mxArray*)prhs[3]
|
---|
25 | #define MATERIALS (mxArray*)prhs[4]
|
---|
26 | #define PARAMETERS (mxArray*)prhs[5]
|
---|
27 | #define RESPONSE (mxArray*)prhs[6]
|
---|
28 | #define PROCESSUNITS (mxArray*)prhs[7]
|
---|
29 | #define WEIGHTINDEX (mxArray*)prhs[8]
|
---|
30 |
|
---|
31 | /* serial output macros: */
|
---|
32 | #define OUTPUT (mxArray**)&plhs[0]
|
---|
33 |
|
---|
34 | /* serial arg counts: */
|
---|
35 | #undef NLHS
|
---|
36 | #define NLHS 1
|
---|
37 | #undef NRHS
|
---|
38 | #define NRHS 9
|
---|
39 |
|
---|
40 | #endif /* _RESPONSE_H */
|
---|
41 |
|
---|
42 |
|
---|
43 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.