Go to the source code of this file.
Data Structures | |
| struct | Mesh2D |
| The 2-D matrix (image) of values with rulers attached to each dimension. More... | |
Typedefs | |
| typedef Mesh2D | Mesh2D |
Enumerations | |
| enum | { MESH2D_POSITION_ABSL, MESH2D_POSITION_SMPL } |
Functions | |
| int | Mesh2D_isPointInside (Mesh2D *mesh, int x, int y) |
| void | Mesh2D_setSamplingArraySizes (Mesh2D *mesh, int x_size, int y_size) |
| void | Mesh2D_setXSamplingArray (Mesh2D *mesh, float *x_sampling_array) |
| void | Mesh2D_setYSamplingArray (Mesh2D *mesh, float *y_sampling_array) |
| void | Mesh2D_mallocRowsArray (Mesh2D *mesh, int x_size) |
| void | Mesh2D_malloc (Mesh2D *mesh, int x_size, int y_size) |
1.4.4