Hitmap 1.3
|
Go to the source code of this file.
Functions | |
void | hit_mcTileDomainShapeInternal (void *newVarP, size_t baseExtent, HitShape shape) |
void | hit_mcTileAllocInternal (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_mcTileClear (void *tileP) |
void hit_mcTileAllocInternal | ( | void * | newVarP, |
const char * | name, | ||
const char * | file, | ||
int | numLine | ||
) |
Definition at line 64 of file hit_mctile.c.
void hit_mcTileClear | ( | void * | tileP | ) |
void hit_mcTileDomainShapeInternal | ( | void * | newVarP, |
size_t | baseExtent, | ||
HitShape | shape | ||
) |
Definition at line 39 of file hit_mctile.c.
int hit_mcTileElemAtIndex | ( | void * | varP, |
int | row, | ||
int | column | ||
) |
Definition at line 90 of file hit_mctile.c.
int hit_mcTileGraphElemAtIndex | ( | void * | varP, |
int | pos1, | ||
int | pos2 | ||
) |
Definition at line 106 of file hit_mctile.c.