Marsyas  0.6.0-alpha
Defines | Functions
/usr/src/RPM/BUILD/marsyas-0.6.0/src/marsyas/vmblock.h File Reference

Go to the source code of this file.

Defines

#define IMATRIX   3 /* for an int matrix */
#define MATRIX   2 /* for a REAL matrix */
#define MMATRIX   4 /* for a matrix of 4x4 matrices */
#define PMATRIX   6 /* for a matrix of points in R3 */
#define UMATRIX   5 /* for a lower triangular matrix */
#define VEKTOR   0 /* for a REAL vector */
#define VVEKTOR   1 /* for a vector with elements */

Functions

void * vmalloc (void *vmblock, int typ, size_t zeilen, size_t spalten)
bool vmcomplete (void *vmblock)
void vmfree (void *vmblock)
void * vminit (void)

Define Documentation

#define IMATRIX   3 /* for an int matrix */

Definition at line 18 of file vmblock.h.

#define MATRIX   2 /* for a REAL matrix */

Definition at line 16 of file vmblock.h.

#define MMATRIX   4 /* for a matrix of 4x4 matrices */

Definition at line 20 of file vmblock.h.

#define PMATRIX   6 /* for a matrix of points in R3 */

Definition at line 25 of file vmblock.h.

#define UMATRIX   5 /* for a lower triangular matrix */

Definition at line 23 of file vmblock.h.

#define VEKTOR   0 /* for a REAL vector */

Definition at line 11 of file vmblock.h.

#define VVEKTOR   1 /* for a vector with elements */

Definition at line 13 of file vmblock.h.


Function Documentation

void* vmalloc ( void *  vmblock,
int  typ,
size_t  zeilen,
size_t  spalten 
)

Definition at line 400 of file vmblock.cpp.

bool vmcomplete ( void *  vmblock)

Definition at line 504 of file vmblock.cpp.

void vmfree ( void *  vmblock)

Definition at line 527 of file vmblock.cpp.

void* vminit ( void  )

Definition at line 165 of file vmblock.cpp.