Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Functions
app-gregor/harbrecht/matlab_c.h File Reference

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)
vector3matlab2c_pointlist (double *PP, unsigned int np)

Function Documentation

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 
)

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)