Hitmap 1.3
|
Go to the source code of this file.
Functions | |
void | hit_mbTileDomainShapeInternal (void *newVarP, size_t baseExtent, HitShape shape) |
void | hit_mbTileAllocInternal (void *newVarP, const char *name, const char *file, int numLine) |
int | hit_mcTileElemAtIndex (void *varP, int row, int column) |
int | hit_mcTileGraphElemAtIndex (void *varP, int pos1, int pos2) |
void | hit_mbTileClear (void *tileP) |
void hit_mbTileAllocInternal | ( | void * | newVarP, |
const char * | name, | ||
const char * | file, | ||
int | numLine | ||
) |
Definition at line 61 of file hit_mbtile.c.
void hit_mbTileClear | ( | void * | tileP | ) |
void hit_mbTileDomainShapeInternal | ( | void * | newVarP, |
size_t | baseExtent, | ||
HitShape | shape | ||
) |
Definition at line 38 of file hit_mbtile.c.
int hit_mcTileElemAtIndex | ( | void * | varP, |
int | row, | ||
int | column | ||
) |
Definition at line 86 of file hit_mbtile.c.
int hit_mcTileGraphElemAtIndex | ( | void * | varP, |
int | pos1, | ||
int | pos2 | ||
) |
Definition at line 99 of file hit_mbtile.c.