Go to the source code of this file.
Functions | |
| void | c2matlab_patchlist (unsigned int ***F, double *FF, unsigned int nf) |
| void | c2matlab_pointlist (vector3 **P, double *PP, unsigned int np) |
| void | free_patchlist (unsigned int ***F, unsigned int nf) |
| unsigned int ** | matlab2c_patchlist (double *FF, unsigned int nf) |
| vector3 * | matlab2c_pointlist (double *PP, unsigned int np) |
| void c2matlab_patchlist | ( | unsigned int *** | F, |
| double * | FF, | ||
| unsigned int | nf | ||
| ) |
| void c2matlab_pointlist | ( | vector3 ** | P, |
| double * | PP, | ||
| unsigned int | np | ||
| ) |
| void free_patchlist | ( | unsigned int *** | F, |
| unsigned int | nf | ||
| ) |
| unsigned int** matlab2c_patchlist | ( | double * | FF, |
| unsigned int | nf | ||
| ) |
| vector3* matlab2c_pointlist | ( | double * | PP, |
| unsigned int | np | ||
| ) |