Main Page | Data Structures | Directories | File List | Globals

mqmesh2D.h File Reference

A file that includes the definitions of 2-D mesh of values. More...

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)


Detailed Description

A file that includes the definitions of 2-D mesh of values.

Author:
Kyriacos C. Leptos
Date:
2003-12-17
Details.
Generated on Tue Feb 7 03:25:44 2006 for libmqbasic by  doxygen 1.4.4