/* OutputResults.h */ #ifndef _OUTPUTRESULTS_H #define _OUTPUTRESULTS_H /* local prototypes: */ void OutputResultsUsage(void); #include "../../c/modules/modules.h" #include "../../c/DataSet/DataSet.h" #include "../../c/shared/shared.h" #include "../../c/EnumDefinitions/EnumDefinitions.h" #undef __FUNCT__ #define __FUNCT__ "OutputResults" /* serial input macros: */ #define ELEMENTS (mxArray*)prhs[0] #define NODES (mxArray*)prhs[1] #define VERTICES (mxArray*)prhs[2] #define LOADS (mxArray*)prhs[3] #define MATERIALS (mxArray*)prhs[4] #define PARAMETERS (mxArray*)prhs[5] #define RESULTS (mxArray*)prhs[6] /* serial arg counts: */ #undef NLHS #define NLHS 1 #undef NRHS #define NRHS 7 #endif /* _OUTPUTRESULTS_H */