File: _coder_calculateTransformations_api.h

    1   /*
    2    * Academic License - for use in teaching, academic research, and meeting
    3    * course requirements at degree granting institutions only.  Not for
    4    * government, commercial, or other organizational use.
    5    *
    6    * _coder_calculateTransformations_api.h
    7    *
    8    * Code generation for function '_coder_calculateTransformations_api'
    9    *
   10    */
   11   
   12   #ifndef ___CODER_CALCULATETRANSFORMATIONS_API_H__
   13   #define ___CODER_CALCULATETRANSFORMATIONS_API_H__
   14   
   15   /* Include files */
   16   #include <math.h>
   17   #include <stdio.h>
   18   #include <stdlib.h>
   19   #include <string.h>
   20   #include "mwmathutil.h"
   21   #include "tmwtypes.h"
   22   #include "mex.h"
   23   #include "emlrt.h"
   24   #include "blas.h"
   25   #include "rtwtypes.h"
   26   #include "calculateTransformations_types.h"
   27   
   28   /* Function Declarations */
   29   extern void calculateTransformations_api(const mxArray * const prhs[5], const
   30     mxArray *plhs[10]);
   31   
   32   #endif
   33   
   34   /* End of code generation (_coder_calculateTransformations_api.h) */
   35