Go to the source code of this file.
|
void | hit_gcTileDomainShapeInternal (void *newVarP, size_t baseExtent, HitShape shape, int allocOpts) |
|
void | hit_gcTileAllocInternal (void *newVarP, const char *name, const char *file, int numLine) |
|
int | hit_gcTileGraphEdgeAtIndex (void *varP, int pos1, int pos2) |
|
int | hit_gcTileGraphVertexAtIndex (void *varP, int vertex) |
|
void | hit_gcTileClearVertices (void *varP) |
|
void | hit_gcTileCopyVertices (void *destP, void *srcP) |
|
void hit_gcTileAllocInternal |
( |
void * |
newVarP, |
|
|
const char * |
name, |
|
|
const char * |
file, |
|
|
int |
numLine |
|
) |
| |
void hit_gcTileClearVertices |
( |
void * |
varP | ) |
|
void hit_gcTileCopyVertices |
( |
void * |
destP, |
|
|
void * |
srcP |
|
) |
| |
void hit_gcTileDomainShapeInternal |
( |
void * |
newVarP, |
|
|
size_t |
baseExtent, |
|
|
HitShape |
shape, |
|
|
int |
allocOpts |
|
) |
| |
int hit_gcTileGraphEdgeAtIndex |
( |
void * |
varP, |
|
|
int |
pos1, |
|
|
int |
pos2 |
|
) |
| |
int hit_gcTileGraphVertexAtIndex |
( |
void * |
varP, |
|
|
int |
vertex |
|
) |
| |
|
inline |